Html Css Color HEX #AB17A0 Dark Magenta

📋 copy color: '#AB17A0'

red 171 ◦ green 23 ◦ blue 160

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

Shades of Dark Magenta #AB17A0

Tints of Dark Magenta #AB17A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 48.31%
G = 6.5%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB17A0 (or 0xAB17A0) is known color: Dark Magenta. HEX triplet: AB, 17 and A0. RGB value is (171,23,160). Sum of RGB (Red+Green+Blue) = 171+23+160=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17A0 is #54E85F. Grayscale: #525252. Windows color (decimal): -5564512 or 10491819. OLE color: 10491819.

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

Color convert

RGB 171 23 160 -
CMYK 0 0.87 0.06 0.33
HSL 304.46º 0.76% 0.38% -
HSV(B) 304.46º 0.87% 0.67% -
XYZ 23.45 11.81 34.3 -
YUV 82.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 171 23 160 0 0.87 0.06 0.33 304.46 0.76 0.38
Hex AB 17 A0 0 57 6 21 130 4C 26
Octal 253 27 240 0 127 6 41 460 114 46
Binary 10101011 10111 10100000 0 1010111 110 100001 100110000 1001100 100110

Color Harmonies of #AB17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17A0

Black with #AB17A0

Text Example


Text Example

White with #AB17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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