#A604B5

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

Shades of Dark Violet #A604B5

Tints of Dark Violet #A604B5

Color information

#A604B5 (or 0xA604B5) is unknown color: approx Dark Violet. HEX triplet: A6, 04 and B5. RGB value is (166,4,181). Sum of RGB (Red+Green+Blue) = 166+4+181=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #A604B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604B5 is #59FB4A. Grayscale: #484848. Windows color (decimal): -5897035 or 11863206. OLE color: 11863206.

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

Color convert

RGB1664181-
CMYK0.080.9800.29
HSL294.92º95.68%36.27%-
HSV(B)294.92º97.79%70.98%-
XYZ24.1111.5344.67-
YUV72.62189.17194.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 181 (71.09% from 255) = 51.57%
R=47.29%
G=1.14%
B=51.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16641810.080.9800.29294.9295.6836.27
HexA64B586201D1276024
Octal24642651014203544714044
Binary1010011010010110101100011000100111011001001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A604B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A604B5; }

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

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

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

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

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

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

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

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