#AB17A1

Color #AB17A1 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AB17A1

Tints of Dark Magenta #AB17A1

Color information

#AB17A1 (or 0xAB17A1) is unknown color: approx Dark Magenta. HEX triplet: AB, 17 and A1. RGB value is (171,23,161). Sum of RGB (Red+Green+Blue) = 171+23+161=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17A1 is #54E85E. Grayscale: #525252. Windows color (decimal): -5564511 or 10557355. OLE color: 10557355.

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

Color convert

RGB17123161-
CMYK00.870.060.33
HSL304.05º76.29%38.04%-
HSV(B)304.05º86.55%67.06%-
XYZ23.5311.8434.76-
YUV82.98172.03190.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 23 (9.38% from 255) = 6.48%
BLUE value IS 161 (63.28% from 255) = 45.35%
R=48.17%
G=6.48%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712316100.870.060.33304.0576.2938.04
HexAB17A10576211304c26
Octal25327241012764146011446
Binary101010111011110100001010101111101000011001100001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB17A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB17A1; }

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

 H1.HeaderClassName
 {
   color: #AB17A1;
 }
 .AnyTagClassName
 {
   color: #AB17A1;
 }
</style>
background-color css

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

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

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

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

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

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