Html Css Color HEX #AB0DAA Dark Magenta

📋 copy color: '#AB0DAA'

red 171 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #AB0DAA

Tints of Dark Magenta #AB0DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

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

R = 48.31%
G = 3.67%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB0DAA (or 0xAB0DAA) is known color: Dark Magenta. HEX triplet: AB, 0D and AA. RGB value is (171,13,170). Sum of RGB (Red+Green+Blue) = 171+13+170=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DAA is #54F255. Grayscale: #4D4D4D. Windows color (decimal): -5567062 or 11144619. OLE color: 11144619.

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

Color convert

RGB 171 13 170 -
CMYK 0 0.92 0.01 0.33
HSL 300.38º 0.86% 0.36% -
HSV(B) 300.38º 0.92% 0.67% -
XYZ 24.19 11.85 39.04 -
YUV 78.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 171 13 170 0 0.92 0.01 0.33 300.38 0.86 0.36
Hex AB D AA 0 5C 1 21 12C 56 24
Octal 253 15 252 0 134 1 41 454 126 44
Binary 10101011 1101 10101010 0 1011100 1 100001 100101100 1010110 100100

Color Harmonies of #AB0DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DAA

Black with #AB0DAA

Text Example


Text Example

White with #AB0DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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