#A404B5

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

Shades of Dark Violet #A404B5

Tints of Dark Violet #A404B5

Color information

#A404B5 (or 0xA404B5) is unknown color: approx Dark Violet. HEX triplet: A4, 04 and B5. RGB value is (164,4,181). Sum of RGB (Red+Green+Blue) = 164+4+181=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A404B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404B5 is #5BFB4A. Grayscale: #474747. Windows color (decimal): -6028107 or 11863204. OLE color: 11863204.

HSL color Cylindrical-coordinate representation of color #A404B5: hue angle of 294.24º 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 #A404B5 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1644181-
CMYK0.090.9800.29
HSL294.24º95.68%36.27%-
HSV(B)294.24º97.79%70.98%-
XYZ23.6911.3244.65-
YUV72.02189.51193.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 181 (71.09% from 255) = 51.86%
R=46.99%
G=1.15%
B=51.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16441810.090.9800.29294.2495.6836.27
HexA44B596201D1266024
Octal24442651114203544614044
Binary1010010010010110101100111000100111011001001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A404B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A404B5; }

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

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

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

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

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

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

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

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