Html Css Color HEX #AF17AB Deep Magenta

📋 copy color: '#AF17AB'

red 175 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #AF17AB

Tints of Deep Magenta #AF17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.23%

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

R = 47.43%
G = 6.23%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF17AB (or 0xAF17AB) is known color: Deep Magenta. HEX triplet: AF, 17 and AB. RGB value is (175,23,171). Sum of RGB (Red+Green+Blue) = 175+23+171=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17AB is #50E854. Grayscale: #545454. Windows color (decimal): -5302357 or 11212719. OLE color: 11212719.

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

Color convert

RGB 175 23 171 -
CMYK 0 0.87 0.02 0.31
HSL 301.58º 0.77% 0.39% -
HSV(B) 301.58º 0.87% 0.69% -
XYZ 25.34 12.67 39.64 -
YUV 85.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 175 23 171 0 0.87 0.02 0.31 301.58 0.77 0.39
Hex AF 17 AB 0 57 2 1F 12E 4D 27
Octal 257 27 253 0 127 2 37 456 115 47
Binary 10101111 10111 10101011 0 1010111 10 11111 100101110 1001101 100111

Color Harmonies of #AF17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17AB

Black with #AF17AB

Text Example


Text Example

White with #AF17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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