Html Css Color HEX #AB04AA Dark Magenta

📋 copy color: '#AB04AA'

red 171 ◦ green 4 ◦ blue 170

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

Shades of Dark Magenta #AB04AA

Tints of Dark Magenta #AB04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 49.57%
G = 1.16%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB04AA (or 0xAB04AA) is known color: Dark Magenta. HEX triplet: AB, 04 and AA. RGB value is (171,4,170). Sum of RGB (Red+Green+Blue) = 171+4+170=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04AA is #54FB55. Grayscale: #484848. Windows color (decimal): -5569366 or 11142315. OLE color: 11142315.

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

Color convert

RGB 171 4 170 -
CMYK 0 0.98 0.01 0.33
HSL 300.36º 0.95% 0.34% -
HSV(B) 300.36º 0.98% 0.67% -
XYZ 24.09 11.65 39.01 -
YUV 72.86 182.83 198 -
System Red Green Blue C M Y K H S L
Decimal 171 4 170 0 0.98 0.01 0.33 300.36 0.95 0.34
Hex AB 4 AA 0 62 1 21 12C 5F 22
Octal 253 4 252 0 142 1 41 454 137 42
Binary 10101011 100 10101010 0 1100010 1 100001 100101100 1011111 100010

Color Harmonies of #AB04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04AA

Black with #AB04AA

Text Example


Text Example

White with #AB04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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