Html Css Color HEX #AB18AC Deep Magenta

📋 copy color: '#AB18AC'

red 171 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #AB18AC

Tints of Deep Magenta #AB18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 46.59%
G = 6.54%
B = 46.87%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB18AC (or 0xAB18AC) is known color: Deep Magenta. HEX triplet: AB, 18 and AC. RGB value is (171,24,172). Sum of RGB (Red+Green+Blue) = 171+24+172=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18AC is #54E753. Grayscale: #545454. Windows color (decimal): -5564244 or 11278507. OLE color: 11278507.

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

Color convert

RGB 171 24 172 -
CMYK 0.01 0.86 0 0.33
HSL 299.59º 0.76% 0.38% -
HSV(B) 299.59º 0.86% 0.67% -
XYZ 24.57 12.29 40.11 -
YUV 84.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 171 24 172 0.01 0.86 0 0.33 299.59 0.76 0.38
Hex AB 18 AC 1 56 0 21 12C 4C 26
Octal 253 30 254 1 126 0 41 454 114 46
Binary 10101011 11000 10101100 1 1010110 0 100001 100101100 1001100 100110

Color Harmonies of #AB18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18AC

Black with #AB18AC

Text Example


Text Example

White with #AB18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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