Html Css Color HEX #AB0BAB Dark Magenta

📋 copy color: '#AB0BAB'

red 171 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #AB0BAB

Tints of Dark Magenta #AB0BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 48.44%
G = 3.12%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB0BAB (or 0xAB0BAB) is known color: Dark Magenta. HEX triplet: AB, 0B and AB. RGB value is (171,11,171). Sum of RGB (Red+Green+Blue) = 171+11+171=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BAB is #54F454. Grayscale: #4C4C4C. Windows color (decimal): -5567573 or 11209643. OLE color: 11209643.

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

Color convert

RGB 171 11 171 -
CMYK 0 0.94 0 0.33
HSL 300º 0.88% 0.36% -
HSV(B) 300º 0.94% 0.67% -
XYZ 24.26 11.84 39.53 -
YUV 77.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 171 11 171 0 0.94 0 0.33 300 0.88 0.36
Hex AB B AB 0 5E 0 21 12C 58 24
Octal 253 13 253 0 136 0 41 454 130 44
Binary 10101011 1011 10101011 0 1011110 0 100001 100101100 1011000 100100

Color Harmonies of #AB0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BAB

Black with #AB0BAB

Text Example


Text Example

White with #AB0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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