#A402B5

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

Shades of Dark Violet #A402B5

Tints of Dark Violet #A402B5

Color information

#A402B5 (or 0xA402B5) is unknown color: approx Dark Violet. HEX triplet: A4, 02 and B5. RGB value is (164,2,181). Sum of RGB (Red+Green+Blue) = 164+2+181=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #A402B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402B5 is #5BFD4A. Grayscale: #464646. Windows color (decimal): -6028619 or 11862692. OLE color: 11862692.

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

Color convert

RGB1642181-
CMYK0.090.9900.29
HSL294.3º97.81%35.88%-
HSV(B)294.3º98.9%70.98%-
XYZ23.6711.2744.64-
YUV70.84190.17194.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=47.26%
G=0.58%
B=52.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16421810.090.9900.29294.397.8135.88
HexA42B596301D1266224
Octal24422651114303544614244
Binary101001001010110101100111000110111011001001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A402B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A402B5; }

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

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

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

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

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

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

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

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