#A00AB4

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

Shades of Dark Violet #A00AB4

Tints of Dark Violet #A00AB4

Color information

#A00AB4 (or 0xA00AB4) is unknown color: approx Dark Violet. HEX triplet: A0, 0A and B4. RGB value is (160,10,180). Sum of RGB (Red+Green+Blue) = 160+10+180=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #A00AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AB4 is #5FF54B. Grayscale: #494949. Windows color (decimal): -6288716 or 11799200. OLE color: 11799200.

HSL color Cylindrical-coordinate representation of color #A00AB4: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AB4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16010180-
CMYK0.110.9400.29
HSL292.94º89.47%37.25%-
HSV(B)292.94º94.44%70.59%-
XYZ22.8410.9944.1-
YUV74.23187.7189.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 10 (4.30% from 255) = 2.86%
BLUE value IS 180 (70.70% from 255) = 51.43%
R=45.71%
G=2.86%
B=51.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160101800.110.9400.29292.9489.4737.25
HexA0AB4B5E01D1255925
Octal240122641313603544513145
Binary10100000101010110100101110111100111011001001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00AB4; }

 p { color: rgb(160,10,180); }

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

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

 a { background-color: rgb(160,10,180); }

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

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

 span { border-color: rgb(160,10,180); }

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