Html Css Color HEX #AB18A1 Dark Magenta

📋 copy color: '#AB18A1'

red 171 ◦ green 24 ◦ blue 161

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

Shades of Dark Magenta #AB18A1

Tints of Dark Magenta #AB18A1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 48.03%
G = 6.74%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB18A1 (or 0xAB18A1) is known color: Dark Magenta. HEX triplet: AB, 18 and A1. RGB value is (171,24,161). Sum of RGB (Red+Green+Blue) = 171+24+161=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18A1 is #54E75E. Grayscale: #535353. Windows color (decimal): -5564255 or 10557611. OLE color: 10557611.

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

Color convert

RGB 171 24 161 -
CMYK 0 0.86 0.06 0.33
HSL 304.08º 0.75% 0.38% -
HSV(B) 304.08º 0.86% 0.67% -
XYZ 23.55 11.88 34.77 -
YUV 83.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 171 24 161 0 0.86 0.06 0.33 304.08 0.75 0.38
Hex AB 18 A1 0 56 6 21 130 4B 26
Octal 253 30 241 0 126 6 41 460 113 46
Binary 10101011 11000 10100001 0 1010110 110 100001 100110000 1001011 100110

Color Harmonies of #AB18A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18A1

Black with #AB18A1

Text Example


Text Example

White with #AB18A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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