Html Css Color HEX #AB0FB8 Deep Magenta

📋 copy color: '#AB0FB8'

red 171 ◦ green 15 ◦ blue 184

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

Shades of Deep Magenta #AB0FB8

Tints of Deep Magenta #AB0FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.05%

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

R = 46.22%
G = 4.05%
B = 49.73%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB0FB8 (or 0xAB0FB8) is known color: Deep Magenta. HEX triplet: AB, 0F and B8. RGB value is (171,15,184). Sum of RGB (Red+Green+Blue) = 171+15+184=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB0FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FB8 is #54F047. Grayscale: #505050. Windows color (decimal): -5566536 or 12062635. OLE color: 12062635.

HSL color Cylindrical-coordinate representation of color #AB0FB8: hue angle of 295.38º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0FB8 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 15 184 -
CMYK 0.07 0.92 0 0.28
HSL 295.38º 0.85% 0.39% -
HSV(B) 295.38º 0.92% 0.72% -
XYZ 25.62 12.46 46.4 -
YUV 80.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 171 15 184 0.07 0.92 0 0.28 295.38 0.85 0.39
Hex AB F B8 7 5C 0 1C 127 55 27
Octal 253 17 270 7 134 0 34 447 125 47
Binary 10101011 1111 10111000 111 1011100 0 11100 100100111 1010101 100111

Color Harmonies of #AB0FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FB8

Black with #AB0FB8

Text Example


Text Example

White with #AB0FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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