#A607C2

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

Shades of Dark Violet #A607C2

Tints of Dark Violet #A607C2

Color information

#A607C2 (or 0xA607C2) is unknown color: approx Dark Violet. HEX triplet: A6, 07 and C2. RGB value is (166,7,194). Sum of RGB (Red+Green+Blue) = 166+7+194=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #A607C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607C2 is #59F83D. Grayscale: #4B4B4B. Windows color (decimal): -5896254 or 12715942. OLE color: 12715942.

HSL color Cylindrical-coordinate representation of color #A607C2: hue angle of 291.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607C2 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1667194-
CMYK0.140.9600.24
HSL291.02º93.03%39.41%-
HSV(B)291.02º96.39%76.08%-
XYZ25.5412.1552.04-
YUV75.86194.68192.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 194 (76.17% from 255) = 52.86%
R=45.23%
G=1.91%
B=52.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16671940.140.9600.24291.0293.0339.41
HexA67C2E600181235d27
Octal24673021614003044313547
Binary1010011011111000010111011000000110001001000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607C2; }

 p { color: rgb(166,7,194); }

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

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

 a { background-color: rgb(166,7,194); }

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

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

 span { border-color: rgb(166,7,194); }

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