Html Css Color HEX #AB13B8 Deep Magenta

📋 copy color: '#AB13B8'

red 171 ◦ green 19 ◦ blue 184

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

Shades of Deep Magenta #AB13B8

Tints of Deep Magenta #AB13B8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 45.72%
G = 5.08%
B = 49.2%

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

#AB13B8 (or 0xAB13B8) is known color: Deep Magenta. HEX triplet: AB, 13 and B8. RGB value is (171,19,184). Sum of RGB (Red+Green+Blue) = 171+19+184=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB13B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13B8 is #54EC47. Grayscale: #525252. Windows color (decimal): -5565512 or 12063659. OLE color: 12063659.

HSL color Cylindrical-coordinate representation of color #AB13B8: hue angle of 295.27º degrees, saturation: 0.81, 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 #AB13B8 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 19 184 -
CMYK 0.07 0.90 0 0.28
HSL 295.27º 0.81% 0.4% -
HSV(B) 295.27º 0.9% 0.72% -
XYZ 25.68 12.58 46.42 -
YUV 83.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 171 19 184 0.07 0.90 0 0.28 295.27 0.81 0.4
Hex AB 13 B8 7 5A 0 1C 127 51 28
Octal 253 23 270 7 132 0 34 447 121 50
Binary 10101011 10011 10111000 111 1011010 0 11100 100100111 1010001 101000

Color Harmonies of #AB13B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13B8

Black with #AB13B8

Text Example


Text Example

White with #AB13B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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