Html Css Color HEX #AB04A2 Dark Magenta

📋 copy color: '#AB04A2'

red 171 ◦ green 4 ◦ blue 162

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

Shades of Dark Magenta #AB04A2

Tints of Dark Magenta #AB04A2

RGB

 RED value IS 171 (67.19% from 255) = 50.74%

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

 BLUE value IS 162 (63.67% from 255) = 48.07%

R = 50.74%
G = 1.19%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB04A2 (or 0xAB04A2) is known color: Dark Magenta. HEX triplet: AB, 04 and A2. RGB value is (171,4,162). Sum of RGB (Red+Green+Blue) = 171+4+162=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A2 is #54FB5D. Grayscale: #474747. Windows color (decimal): -5569374 or 10618027. OLE color: 10618027.

HSL color Cylindrical-coordinate representation of color #AB04A2: hue angle of 303.23º 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 #AB04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 162 -
CMYK 0 0.98 0.05 0.33
HSL 303.23º 0.95% 0.34% -
HSV(B) 303.23º 0.98% 0.67% -
XYZ 23.36 11.35 35.14 -
YUV 71.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 171 4 162 0 0.98 0.05 0.33 303.23 0.95 0.34
Hex AB 4 A2 0 62 5 21 12F 5F 22
Octal 253 4 242 0 142 5 41 457 137 42
Binary 10101011 100 10100010 0 1100010 101 100001 100101111 1011111 100010

Color Harmonies of #AB04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04A2

Black with #AB04A2

Text Example


Text Example

White with #AB04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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