Html Css Color HEX #AB11B5 Deep Magenta

📋 copy color: '#AB11B5'

red 171 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #AB11B5

Tints of Deep Magenta #AB11B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.05%

R = 46.34%
G = 4.61%
B = 49.05%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB11B5 (or 0xAB11B5) is known color: Deep Magenta. HEX triplet: AB, 11 and B5. RGB value is (171,17,181). Sum of RGB (Red+Green+Blue) = 171+17+181=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB11B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11B5 is #54EE4A. Grayscale: #515151. Windows color (decimal): -5566027 or 11866539. OLE color: 11866539.

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

Color convert

RGB 171 17 181 -
CMYK 0.06 0.91 0 0.29
HSL 296.34º 0.83% 0.39% -
HSV(B) 296.34º 0.91% 0.71% -
XYZ 25.34 12.4 44.77 -
YUV 81.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 171 17 181 0.06 0.91 0 0.29 296.34 0.83 0.39
Hex AB 11 B5 6 5B 0 1D 128 53 27
Octal 253 21 265 6 133 0 35 450 123 47
Binary 10101011 10001 10110101 110 1011011 0 11101 100101000 1010011 100111

Color Harmonies of #AB11B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11B5

Black with #AB11B5

Text Example


Text Example

White with #AB11B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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