Html Css Color HEX #AF17B7 Deep Magenta

📋 copy color: '#AF17B7'

red 175 ◦ green 23 ◦ blue 183

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

Shades of Deep Magenta #AF17B7

Tints of Deep Magenta #AF17B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 45.93%
G = 6.04%
B = 48.03%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF17B7 (or 0xAF17B7) is known color: Deep Magenta. HEX triplet: AF, 17 and B7. RGB value is (175,23,183). Sum of RGB (Red+Green+Blue) = 175+23+183=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF17B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17B7 is #50E848. Grayscale: #565656. Windows color (decimal): -5302345 or 11999151. OLE color: 11999151.

HSL color Cylindrical-coordinate representation of color #AF17B7: hue angle of 297º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF17B7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 23 183 -
CMYK 0.04 0.87 0 0.28
HSL 297º 0.78% 0.4% -
HSV(B) 297º 0.87% 0.72% -
XYZ 26.53 13.15 45.94 -
YUV 86.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 175 23 183 0.04 0.87 0 0.28 297 0.78 0.4
Hex AF 17 B7 4 57 0 1C 129 4E 28
Octal 257 27 267 4 127 0 34 451 116 50
Binary 10101111 10111 10110111 100 1010111 0 11100 100101001 1001110 101000

Color Harmonies of #AF17B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17B7

Black with #AF17B7

Text Example


Text Example

White with #AF17B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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