Html Css Color HEX #A004AB Dark Magenta

📋 copy color: '#A004AB'

red 160 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #A004AB

Tints of Dark Magenta #A004AB

RGB

 RED value IS 160 (62.89% from 255) = 47.76%

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 47.76%
G = 1.19%
B = 51.04%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A004AB (or 0xA004AB) is known color: Dark Magenta. HEX triplet: A0, 04 and AB. RGB value is (160,4,171). Sum of RGB (Red+Green+Blue) = 160+4+171=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #A004AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A004AB is #5FFB54. Grayscale: #454545. Windows color (decimal): -6290261 or 11207840. OLE color: 11207840.

HSL color Cylindrical-coordinate representation of color #A004AB: hue angle of 296.05º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004AB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 4 171 -
CMYK 0.06 0.98 0 0.33
HSL 296.05º 0.95% 0.34% -
HSV(B) 296.05º 0.98% 0.67% -
XYZ 21.89 10.5 39.4 -
YUV 69.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 160 4 171 0.06 0.98 0 0.33 296.05 0.95 0.34
Hex A0 4 AB 6 62 0 21 128 5F 22
Octal 240 4 253 6 142 0 41 450 137 42
Binary 10100000 100 10101011 110 1100010 0 100001 100101000 1011111 100010

Color Harmonies of #A004AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004AB

Black with #A004AB

Text Example


Text Example

White with #A004AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004AB; }

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

 H1.HeaderClassName
 {
   color: #A004AB;
 }
 .AnyTagClassName
 {
   color: #A004AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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