Html Css Color HEX #AB00AA Dark Magenta

📋 copy color: '#AB00AA'

red 171 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #AB00AA

Tints of Dark Magenta #AB00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.15%
G = 0%
B = 49.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB00AA (or 0xAB00AA) is known color: Dark Magenta. HEX triplet: AB, 00 and AA. RGB value is (171,0,170). Sum of RGB (Red+Green+Blue) = 171+0+170=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB00AA is #54FF55. Grayscale: #464646. Windows color (decimal): -5570390 or 11141291. OLE color: 11141291.

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

Color convert

RGB 171 0 170 -
CMYK 0 1 0.01 0.33
HSL 300.35º 1% 0.34% -
HSV(B) 300.35º 1% 0.67% -
XYZ 24.05 11.56 38.99 -
YUV 70.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 171 0 170 0 1 0.01 0.33 300.35 1 0.34
Hex AB 0 AA 0 64 1 21 12C 64 22
Octal 253 0 252 0 144 1 41 454 144 42
Binary 10101011 0 10101010 0 1100100 1 100001 100101100 1100100 100010

Color Harmonies of #AB00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00AA

Black with #AB00AA

Text Example


Text Example

White with #AB00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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