Html Css Color HEX #AB17A2 Dark Magenta

📋 copy color: '#AB17A2'

red 171 ◦ green 23 ◦ blue 162

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

Shades of Dark Magenta #AB17A2

Tints of Dark Magenta #AB17A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 48.03%
G = 6.46%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB17A2 (or 0xAB17A2) is known color: Dark Magenta. HEX triplet: AB, 17 and A2. RGB value is (171,23,162). Sum of RGB (Red+Green+Blue) = 171+23+162=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17A2 is #54E85D. Grayscale: #525252. Windows color (decimal): -5564510 or 10622891. OLE color: 10622891.

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

Color convert

RGB 171 23 162 -
CMYK 0 0.87 0.05 0.33
HSL 303.65º 0.76% 0.38% -
HSV(B) 303.65º 0.87% 0.67% -
XYZ 23.62 11.88 35.23 -
YUV 83.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 171 23 162 0 0.87 0.05 0.33 303.65 0.76 0.38
Hex AB 17 A2 0 57 5 21 130 4C 26
Octal 253 27 242 0 127 5 41 460 114 46
Binary 10101011 10111 10100010 0 1010111 101 100001 100110000 1001100 100110

Color Harmonies of #AB17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17A2

Black with #AB17A2

Text Example


Text Example

White with #AB17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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