Html Css Color HEX #AB12B8 Deep Magenta

📋 copy color: '#AB12B8'

red 171 ◦ green 18 ◦ blue 184

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

Shades of Deep Magenta #AB12B8

Tints of Deep Magenta #AB12B8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 45.84%
G = 4.83%
B = 49.33%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB12B8 (or 0xAB12B8) is known color: Deep Magenta. HEX triplet: AB, 12 and B8. RGB value is (171,18,184). Sum of RGB (Red+Green+Blue) = 171+18+184=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB12B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12B8 is #54ED47. Grayscale: #525252. Windows color (decimal): -5565768 or 12063403. OLE color: 12063403.

HSL color Cylindrical-coordinate representation of color #AB12B8: hue angle of 295.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB12B8 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 18 184 -
CMYK 0.07 0.90 0 0.28
HSL 295.3º 0.82% 0.4% -
HSV(B) 295.3º 0.9% 0.72% -
XYZ 25.66 12.55 46.42 -
YUV 82.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 171 18 184 0.07 0.90 0 0.28 295.3 0.82 0.4
Hex AB 12 B8 7 5A 0 1C 127 52 28
Octal 253 22 270 7 132 0 34 447 122 50
Binary 10101011 10010 10111000 111 1011010 0 11100 100100111 1010010 101000

Color Harmonies of #AB12B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12B8

Black with #AB12B8

Text Example


Text Example

White with #AB12B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12B8; }

 p { color: rgb(171,18,184); }

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

background-color css

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

 a { background-color: rgb(171,18,184); }

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

border-color css

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

 span { border-color: rgb(171,18,184); }

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