#A004AF

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

Shades of Dark Violet #A004AF

Tints of Dark Violet #A004AF

Color information

#A004AF (or 0xA004AF) is unknown color: approx Dark Violet. HEX triplet: A0, 04 and AF. RGB value is (160,4,175). Sum of RGB (Red+Green+Blue) = 160+4+175=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #A004AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A004AF is #5FFB50. Grayscale: #454545. Windows color (decimal): -6290257 or 11469984. OLE color: 11469984.

HSL color Cylindrical-coordinate representation of color #A004AF: hue angle of 294.74º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004AF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1604175-
CMYK0.090.9800.31
HSL294.74º95.53%35.1%-
HSV(B)294.74º97.71%68.63%-
XYZ22.2810.6641.44-
YUV70.14187.18192.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=47.20%
G=1.18%
B=51.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16041750.090.9800.31294.7495.5335.1
HexA04AF96201F1276023
Octal24042571114203744714043
Binary1010000010010101111100111000100111111001001111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A004AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A004AF; }

 p { color: rgb(160,4,175); }

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

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

 a { background-color: rgb(160,4,175); }

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

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

 span { border-color: rgb(160,4,175); }

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