Html Css Color HEX #AB11B7 Deep Magenta

📋 copy color: '#AB11B7'

red 171 ◦ green 17 ◦ blue 183

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

Shades of Deep Magenta #AB11B7

Tints of Deep Magenta #AB11B7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 46.09%
G = 4.58%
B = 49.33%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB11B7 (or 0xAB11B7) is known color: Deep Magenta. HEX triplet: AB, 11 and B7. RGB value is (171,17,183). Sum of RGB (Red+Green+Blue) = 171+17+183=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB11B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11B7 is #54EE48. Grayscale: #515151. Windows color (decimal): -5566025 or 11997611. OLE color: 11997611.

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

Color convert

RGB 171 17 183 -
CMYK 0.07 0.91 0 0.28
HSL 295.66º 0.83% 0.39% -
HSV(B) 295.66º 0.91% 0.72% -
XYZ 25.54 12.48 45.86 -
YUV 81.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 171 17 183 0.07 0.91 0 0.28 295.66 0.83 0.39
Hex AB 11 B7 7 5B 0 1C 128 53 27
Octal 253 21 267 7 133 0 34 450 123 47
Binary 10101011 10001 10110111 111 1011011 0 11100 100101000 1010011 100111

Color Harmonies of #AB11B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11B7

Black with #AB11B7

Text Example


Text Example

White with #AB11B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11B7; }

 p { color: rgb(171,17,183); }

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

background-color css

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

 a { background-color: rgb(171,17,183); }

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

border-color css

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

 span { border-color: rgb(171,17,183); }

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