Html Css Color HEX #AF17A0 Medium Violet Red

📋 copy color: '#AF17A0'

red 175 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #AF17A0

Tints of Medium Violet Red #AF17A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 48.88%
G = 6.42%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF17A0 (or 0xAF17A0) is known color: Medium Violet Red. HEX triplet: AF, 17 and A0. RGB value is (175,23,160). Sum of RGB (Red+Green+Blue) = 175+23+160=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF17A0 is #50E85F. Grayscale: #535353. Windows color (decimal): -5302368 or 10491823. OLE color: 10491823.

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

Color convert

RGB 175 23 160 -
CMYK 0 0.87 0.09 0.31
HSL 305.92º 0.77% 0.39% -
HSV(B) 305.92º 0.87% 0.69% -
XYZ 24.33 12.26 34.34 -
YUV 84.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 175 23 160 0 0.87 0.09 0.31 305.92 0.77 0.39
Hex AF 17 A0 0 57 9 1F 132 4D 27
Octal 257 27 240 0 127 11 37 462 115 47
Binary 10101111 10111 10100000 0 1010111 1001 11111 100110010 1001101 100111

Color Harmonies of #AF17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17A0

Black with #AF17A0

Text Example


Text Example

White with #AF17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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