Html Css Color HEX #AF13AB Deep Magenta

📋 copy color: '#AF13AB'

red 175 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #AF13AB

Tints of Deep Magenta #AF13AB

RGB

 RED value IS 175 (68.75% from 255) = 47.95%

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 47.95%
G = 5.21%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF13AB (or 0xAF13AB) is known color: Deep Magenta. HEX triplet: AF, 13 and AB. RGB value is (175,19,171). Sum of RGB (Red+Green+Blue) = 175+19+171=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13AB is #50EC54. Grayscale: #525252. Windows color (decimal): -5303381 or 11211695. OLE color: 11211695.

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

Color convert

RGB 175 19 171 -
CMYK 0 0.89 0.02 0.31
HSL 301.54º 0.8% 0.38% -
HSV(B) 301.54º 0.89% 0.69% -
XYZ 25.26 12.52 39.61 -
YUV 82.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 175 19 171 0 0.89 0.02 0.31 301.54 0.8 0.38
Hex AF 13 AB 0 59 2 1F 12E 50 26
Octal 257 23 253 0 131 2 37 456 120 46
Binary 10101111 10011 10101011 0 1011001 10 11111 100101110 1010000 100110

Color Harmonies of #AF13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13AB

Black with #AF13AB

Text Example


Text Example

White with #AF13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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