Html Css Color HEX #AB17AB Dark Magenta

📋 copy color: '#AB17AB'

red 171 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #AB17AB

Tints of Dark Magenta #AB17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

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

R = 46.85%
G = 6.3%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB17AB (or 0xAB17AB) is known color: Dark Magenta. HEX triplet: AB, 17 and AB. RGB value is (171,23,171). Sum of RGB (Red+Green+Blue) = 171+23+171=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17AB is #54E854. Grayscale: #535353. Windows color (decimal): -5564501 or 11212715. OLE color: 11212715.

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

Color convert

RGB 171 23 171 -
CMYK 0 0.87 0 0.33
HSL 300º 0.76% 0.38% -
HSV(B) 300º 0.87% 0.67% -
XYZ 24.45 12.21 39.6 -
YUV 84.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 171 23 171 0 0.87 0 0.33 300 0.76 0.38
Hex AB 17 AB 0 57 0 21 12C 4C 26
Octal 253 27 253 0 127 0 41 454 114 46
Binary 10101011 10111 10101011 0 1010111 0 100001 100101100 1001100 100110

Color Harmonies of #AB17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17AB

Black with #AB17AB

Text Example


Text Example

White with #AB17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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