Html Css Color HEX #AB0FB2 Deep Magenta

📋 copy color: '#AB0FB2'

red 171 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #AB0FB2

Tints of Deep Magenta #AB0FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 46.98%
G = 4.12%
B = 48.9%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB0FB2 (or 0xAB0FB2) is known color: Deep Magenta. HEX triplet: AB, 0F and B2. RGB value is (171,15,178). Sum of RGB (Red+Green+Blue) = 171+15+178=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB0FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FB2 is #54F04D. Grayscale: #4F4F4F. Windows color (decimal): -5566542 or 11669419. OLE color: 11669419.

HSL color Cylindrical-coordinate representation of color #AB0FB2: hue angle of 297.42º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0FB2 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 15 178 -
CMYK 0.04 0.92 0 0.30
HSL 297.42º 0.84% 0.38% -
HSV(B) 297.42º 0.92% 0.7% -
XYZ 25 12.21 43.16 -
YUV 80.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 171 15 178 0.04 0.92 0 0.30 297.42 0.84 0.38
Hex AB F B2 4 5C 0 1E 129 54 26
Octal 253 17 262 4 134 0 36 451 124 46
Binary 10101011 1111 10110010 100 1011100 0 11110 100101001 1010100 100110

Color Harmonies of #AB0FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FB2

Black with #AB0FB2

Text Example


Text Example

White with #AB0FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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