Html Css Color HEX #AB0BAA Dark Magenta

📋 copy color: '#AB0BAA'

red 171 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #AB0BAA

Tints of Dark Magenta #AB0BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

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

R = 48.58%
G = 3.13%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB0BAA (or 0xAB0BAA) is known color: Dark Magenta. HEX triplet: AB, 0B and AA. RGB value is (171,11,170). Sum of RGB (Red+Green+Blue) = 171+11+170=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BAA is #54F455. Grayscale: #4C4C4C. Windows color (decimal): -5567574 or 11144107. OLE color: 11144107.

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

Color convert

RGB 171 11 170 -
CMYK 0 0.94 0.01 0.33
HSL 300.38º 0.88% 0.36% -
HSV(B) 300.38º 0.94% 0.67% -
XYZ 24.17 11.8 39.03 -
YUV 76.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 171 11 170 0 0.94 0.01 0.33 300.38 0.88 0.36
Hex AB B AA 0 5E 1 21 12C 58 24
Octal 253 13 252 0 136 1 41 454 130 44
Binary 10101011 1011 10101010 0 1011110 1 100001 100101100 1011000 100100

Color Harmonies of #AB0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BAA

Black with #AB0BAA

Text Example


Text Example

White with #AB0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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