Html Css Color HEX #AB05AB Dark Magenta

📋 copy color: '#AB05AB'

red 171 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #AB05AB

Tints of Dark Magenta #AB05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 49.28%
G = 1.44%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB05AB (or 0xAB05AB) is known color: Dark Magenta. HEX triplet: AB, 05 and AB. RGB value is (171,5,171). Sum of RGB (Red+Green+Blue) = 171+5+171=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB05AB is #54FA54. Grayscale: #494949. Windows color (decimal): -5569109 or 11208107. OLE color: 11208107.

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

Color convert

RGB 171 5 171 -
CMYK 0 0.97 0 0.33
HSL 300º 0.94% 0.35% -
HSV(B) 300º 0.97% 0.67% -
XYZ 24.2 11.71 39.51 -
YUV 73.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 171 5 171 0 0.97 0 0.33 300 0.94 0.35
Hex AB 5 AB 0 61 0 21 12C 5E 23
Octal 253 5 253 0 141 0 41 454 136 43
Binary 10101011 101 10101011 0 1100001 0 100001 100101100 1011110 100011

Color Harmonies of #AB05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05AB

Black with #AB05AB

Text Example


Text Example

White with #AB05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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