#A604B3

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

Shades of Dark Violet #A604B3

Tints of Dark Violet #A604B3

Color information

#A604B3 (or 0xA604B3) is unknown color: approx Dark Violet. HEX triplet: A6, 04 and B3. RGB value is (166,4,179). Sum of RGB (Red+Green+Blue) = 166+4+179=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #A604B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604B3 is #59FB4C. Grayscale: #474747. Windows color (decimal): -5897037 or 11732134. OLE color: 11732134.

HSL color Cylindrical-coordinate representation of color #A604B3: hue angle of 295.54º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604B3 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1664179-
CMYK0.070.9800.30
HSL295.54º95.63%35.88%-
HSV(B)295.54º97.77%70.2%-
XYZ23.9111.4543.6-
YUV72.39188.17194.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=47.56%
G=1.15%
B=51.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16641790.070.9800.30295.5495.6335.88
HexA64B376201E1286024
Octal2464263714203645014044
Binary101001101001011001111111000100111101001010001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A604B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A604B3; }

 p { color: rgb(166,4,179); }

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

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

 a { background-color: rgb(166,4,179); }

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

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

 span { border-color: rgb(166,4,179); }

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