Html Css Color HEX #A004B9 Dark Violet

📋 copy color: '#A004B9'

red 160 ◦ green 4 ◦ blue 185

#A004B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A004B9

Tints of Dark Violet #A004B9

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 value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A004B9 (or 0xA004B9) is known color: 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

RGB 160 4 185 -
CMYK 0.14 0.98 0 0.27
HSL 291.71º 0.96% 0.37% -
HSV(B) 291.71º 0.98% 0.73% -
XYZ 23.3 11.06 46.81 -
YUV 71.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 160 4 185 0.14 0.98 0 0.27 291.71 0.96 0.37
Hex A0 4 B9 E 62 0 1B 124 60 25
Octal 240 4 271 16 142 0 33 444 140 45
Binary 10100000 100 10111001 1110 1100010 0 11011 100100100 1100000 100101

Color Harmonies of #A004B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004B9

Black with #A004B9

Text Example


Text Example

White with #A004B9

Text Example


Text Example

HTML Codes & Css Web 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>