#6a168e

Color #6A168E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6A168E

Tints of Vivid Violet #6A168E

Color information

#6A168E (or 0x6A168E) is unknown color: approx Vivid Violet. HEX triplet: 6A, 16 and 8E. RGB value is (106,22,142). Sum of RGB (Red+Green+Blue) = 106+22+142=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A168E is #95E971. Grayscale: #3C3C3C. Windows color (decimal): -9824626 or 9311850. OLE color: 9311850.

HSL color Cylindrical-coordinate representation of color #6A168E: hue angle of 282º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A168E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10622142-
CMYK0.250.8500.44
HSL282º73.17%32.16%-
HSV(B)282º84.51%55.69%-
XYZ11.115.5926.08-
YUV60.8173.83160.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=39.26%
G=8.15%
B=52.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106221420.250.8500.4428273.1732.16
Hex6A168E195502C11a4920
Octal152262163112505443211140
Binary1101010101101000111011001101010101011001000110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a168e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a168e; }

 p { color: rgb(106,22,142); }

 H1.HeaderClassName
 {
   color: #6a168e;
 }
 .AnyTagClassName
 {
   color: #6a168e;
 }
</style>
background-color css

<style>
 a { background-color: #6a168e; }

 a { background-color: rgb(106,22,142); }

 div.DivClassName
 {
   background-color: #6a168e;
 }
 .BgClassName
 {
   background-color: #6a168e;
 }
</style>
border-color css

<style>
 span { border-color: #6a168e; }

 span { border-color: rgb(106,22,142); }

 td.TdClassName
 {
   border-color: #6a168e;
 }
 .TagClassName
 {
   border-color: #6a168e;
 }
</style>