Html Css Color HEX #AB18A7 Dark Magenta

📋 copy color: '#AB18A7'

red 171 ◦ green 24 ◦ blue 167

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

Shades of Dark Magenta #AB18A7

Tints of Dark Magenta #AB18A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 47.24%
G = 6.63%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB18A7 (or 0xAB18A7) is known color: Dark Magenta. HEX triplet: AB, 18 and A7. RGB value is (171,24,167). Sum of RGB (Red+Green+Blue) = 171+24+167=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18A7 is #54E758. Grayscale: #535353. Windows color (decimal): -5564249 or 10950827. OLE color: 10950827.

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

Color convert

RGB 171 24 167 -
CMYK 0 0.86 0.02 0.33
HSL 301.63º 0.75% 0.38% -
HSV(B) 301.63º 0.86% 0.67% -
XYZ 24.1 12.1 37.62 -
YUV 84.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 171 24 167 0 0.86 0.02 0.33 301.63 0.75 0.38
Hex AB 18 A7 0 56 2 21 12E 4B 26
Octal 253 30 247 0 126 2 41 456 113 46
Binary 10101011 11000 10100111 0 1010110 10 100001 100101110 1001011 100110

Color Harmonies of #AB18A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18A7

Black with #AB18A7

Text Example


Text Example

White with #AB18A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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