Html Css Color HEX #AB0FB6 Deep Magenta

📋 copy color: '#AB0FB6'

red 171 ◦ green 15 ◦ blue 182

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

Shades of Deep Magenta #AB0FB6

Tints of Deep Magenta #AB0FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 46.47%
G = 4.08%
B = 49.46%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB0FB6 (or 0xAB0FB6) is known color: Deep Magenta. HEX triplet: AB, 0F and B6. RGB value is (171,15,182). Sum of RGB (Red+Green+Blue) = 171+15+182=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB0FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FB6 is #54F049. Grayscale: #505050. Windows color (decimal): -5566538 or 11931563. OLE color: 11931563.

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

Color convert

RGB 171 15 182 -
CMYK 0.06 0.92 0 0.29
HSL 296.05º 0.85% 0.39% -
HSV(B) 296.05º 0.92% 0.71% -
XYZ 25.41 12.38 45.31 -
YUV 80.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 171 15 182 0.06 0.92 0 0.29 296.05 0.85 0.39
Hex AB F B6 6 5C 0 1D 128 55 27
Octal 253 17 266 6 134 0 35 450 125 47
Binary 10101011 1111 10110110 110 1011100 0 11101 100101000 1010101 100111

Color Harmonies of #AB0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FB6

Black with #AB0FB6

Text Example


Text Example

White with #AB0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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