Html Css Color HEX #AF16A0 Medium Violet Red

📋 copy color: '#AF16A0'

red 175 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #AF16A0

Tints of Medium Violet Red #AF16A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

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

R = 49.02%
G = 6.16%
B = 44.82%

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

#AF16A0 (or 0xAF16A0) is known color: Medium Violet Red. HEX triplet: AF, 16 and A0. RGB value is (175,22,160). Sum of RGB (Red+Green+Blue) = 175+22+160=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A0 is #50E95F. Grayscale: #535353. Windows color (decimal): -5302624 or 10491567. OLE color: 10491567.

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

Color convert

RGB 175 22 160 -
CMYK 0 0.87 0.09 0.31
HSL 305.88º 0.78% 0.39% -
HSV(B) 305.88º 0.87% 0.69% -
XYZ 24.31 12.23 34.34 -
YUV 83.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 175 22 160 0 0.87 0.09 0.31 305.88 0.78 0.39
Hex AF 16 A0 0 57 9 1F 132 4E 27
Octal 257 26 240 0 127 11 37 462 116 47
Binary 10101111 10110 10100000 0 1010111 1001 11111 100110010 1001110 100111

Color Harmonies of #AF16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16A0

Black with #AF16A0

Text Example


Text Example

White with #AF16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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