Html Css Color HEX #AB18AA Dark Magenta

📋 copy color: '#AB18AA'

red 171 ◦ green 24 ◦ blue 170

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

Shades of Dark Magenta #AB18AA

Tints of Dark Magenta #AB18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 46.85%
G = 6.58%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB18AA (or 0xAB18AA) is known color: Dark Magenta. HEX triplet: AB, 18 and AA. RGB value is (171,24,170). Sum of RGB (Red+Green+Blue) = 171+24+170=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18AA is #54E755. Grayscale: #545454. Windows color (decimal): -5564246 or 11147435. OLE color: 11147435.

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

Color convert

RGB 171 24 170 -
CMYK 0 0.86 0.01 0.33
HSL 300.41º 0.75% 0.38% -
HSV(B) 300.41º 0.86% 0.67% -
XYZ 24.38 12.21 39.1 -
YUV 84.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 171 24 170 0 0.86 0.01 0.33 300.41 0.75 0.38
Hex AB 18 AA 0 56 1 21 12C 4B 26
Octal 253 30 252 0 126 1 41 454 113 46
Binary 10101011 11000 10101010 0 1010110 1 100001 100101100 1001011 100110

Color Harmonies of #AB18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18AA

Black with #AB18AA

Text Example


Text Example

White with #AB18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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