Html Css Color HEX #AB11AF Deep Magenta

📋 copy color: '#AB11AF'

red 171 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #AB11AF

Tints of Deep Magenta #AB11AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 47.11%
G = 4.68%
B = 48.21%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB11AF (or 0xAB11AF) is known color: Deep Magenta. HEX triplet: AB, 11 and AF. RGB value is (171,17,175). Sum of RGB (Red+Green+Blue) = 171+17+175=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11AF is #54EE50. Grayscale: #505050. Windows color (decimal): -5566033 or 11473323. OLE color: 11473323.

HSL color Cylindrical-coordinate representation of color #AB11AF: hue angle of 298.48º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11AF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 17 175 -
CMYK 0.02 0.90 0 0.31
HSL 298.48º 0.82% 0.38% -
HSV(B) 298.48º 0.9% 0.69% -
XYZ 24.73 12.15 41.6 -
YUV 81.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 171 17 175 0.02 0.90 0 0.31 298.48 0.82 0.38
Hex AB 11 AF 2 5A 0 1F 12A 52 26
Octal 253 21 257 2 132 0 37 452 122 46
Binary 10101011 10001 10101111 10 1011010 0 11111 100101010 1010010 100110

Color Harmonies of #AB11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11AF

Black with #AB11AF

Text Example


Text Example

White with #AB11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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