#A004B9

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

Shades of Dark Violet #A004B9

Tints of Dark Violet #A004B9

Color information

#A004B9 (or 0xA004B9) is unknown color: approx Dark Violet. HEX triplet: A0, 04 and B9. RGB value is (160,4,185). Sum of RGB (Red+Green+Blue) = 160+4+185=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #A004B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004B9 is #5FFB46. Grayscale: #464646. Windows color (decimal): -6290247 or 12125344. OLE color: 12125344.

HSL color Cylindrical-coordinate representation of color #A004B9: hue angle of 291.71º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004B9 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1604185-
CMYK0.140.9800.27
HSL291.71º95.77%37.06%-
HSV(B)291.71º97.84%72.55%-
XYZ23.311.0646.81-
YUV71.28192.18191.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=45.85%
G=1.15%
B=53.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16041850.140.9800.27291.7195.7737.06
HexA04B9E6201B1246025
Octal24042711614203344414045
Binary1010000010010111001111011000100110111001001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A004B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A004B9; }

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

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

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

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

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

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

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

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