Html Css Color HEX #AB0AAB Dark Magenta

📋 copy color: '#AB0AAB'

red 171 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #AB0AAB

Tints of Dark Magenta #AB0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

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

R = 48.58%
G = 2.84%
B = 48.58%

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

#AB0AAB (or 0xAB0AAB) is known color: Dark Magenta. HEX triplet: AB, 0A and AB. RGB value is (171,10,171). Sum of RGB (Red+Green+Blue) = 171+10+171=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AAB is #54F554. Grayscale: #4C4C4C. Windows color (decimal): -5567829 or 11209387. OLE color: 11209387.

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

Color convert

RGB 171 10 171 -
CMYK 0 0.94 0 0.33
HSL 300º 0.89% 0.35% -
HSV(B) 300º 0.94% 0.67% -
XYZ 24.25 11.82 39.53 -
YUV 76.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 171 10 171 0 0.94 0 0.33 300 0.89 0.35
Hex AB A AB 0 5E 0 21 12C 59 23
Octal 253 12 253 0 136 0 41 454 131 43
Binary 10101011 1010 10101011 0 1011110 0 100001 100101100 1011001 100011

Color Harmonies of #AB0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AAB

Black with #AB0AAB

Text Example


Text Example

White with #AB0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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