Html Css Color HEX #AF17AD Deep Magenta

📋 copy color: '#AF17AD'

red 175 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #AF17AD

Tints of Deep Magenta #AF17AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 47.17%
G = 6.2%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF17AD (or 0xAF17AD) is known color: Deep Magenta. HEX triplet: AF, 17 and AD. RGB value is (175,23,173). Sum of RGB (Red+Green+Blue) = 175+23+173=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17AD is #50E852. Grayscale: #555555. Windows color (decimal): -5302355 or 11343791. OLE color: 11343791.

HSL color Cylindrical-coordinate representation of color #AF17AD: hue angle of 300.79º 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 #AF17AD is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 173 -
CMYK 0 0.87 0.01 0.31
HSL 300.79º 0.77% 0.39% -
HSV(B) 300.79º 0.87% 0.69% -
XYZ 25.53 12.74 40.65 -
YUV 85.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 175 23 173 0 0.87 0.01 0.31 300.79 0.77 0.39
Hex AF 17 AD 0 57 1 1F 12D 4D 27
Octal 257 27 255 0 127 1 37 455 115 47
Binary 10101111 10111 10101101 0 1010111 1 11111 100101101 1001101 100111

Color Harmonies of #AF17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17AD

Black with #AF17AD

Text Example


Text Example

White with #AF17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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