Html Css Color HEX #AB03AA Dark Magenta

📋 copy color: '#AB03AA'

red 171 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #AB03AA

Tints of Dark Magenta #AB03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 49.71%
G = 0.87%
B = 49.42%

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

#AB03AA (or 0xAB03AA) is known color: Dark Magenta. HEX triplet: AB, 03 and AA. RGB value is (171,3,170). Sum of RGB (Red+Green+Blue) = 171+3+170=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AA is #54FC55. Grayscale: #474747. Windows color (decimal): -5569622 or 11142059. OLE color: 11142059.

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

Color convert

RGB 171 3 170 -
CMYK 0 0.98 0.01 0.33
HSL 300.36º 0.97% 0.34% -
HSV(B) 300.36º 0.98% 0.67% -
XYZ 24.08 11.63 39 -
YUV 72.27 183.16 198.42 -
System Red Green Blue C M Y K H S L
Decimal 171 3 170 0 0.98 0.01 0.33 300.36 0.97 0.34
Hex AB 3 AA 0 62 1 21 12C 61 22
Octal 253 3 252 0 142 1 41 454 141 42
Binary 10101011 11 10101010 0 1100010 1 100001 100101100 1100001 100010

Color Harmonies of #AB03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03AA

Black with #AB03AA

Text Example


Text Example

White with #AB03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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