Html Css Color HEX #AF117F Medium Violet Red

📋 copy color: '#AF117F'

red 175 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #AF117F

Tints of Medium Violet Red #AF117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 54.86%
G = 5.33%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF117F (or 0xAF117F) is known color: Medium Violet Red. HEX triplet: AF, 11 and 7F. RGB value is (175,17,127). Sum of RGB (Red+Green+Blue) = 175+17+127=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF117F is #50EE80. Grayscale: #4C4C4C. Windows color (decimal): -5303937 or 8327599. OLE color: 8327599.

HSL color Cylindrical-coordinate representation of color #AF117F: hue angle of 318.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF117F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 127 -
CMYK 0 0.90 0.27 0.31
HSL 318.23º 0.82% 0.38% -
HSV(B) 318.23º 0.9% 0.69% -
XYZ 21.71 11.05 21.07 -
YUV 76.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 175 17 127 0 0.90 0.27 0.31 318.23 0.82 0.38
Hex AF 11 7F 0 5A 1B 1F 13E 52 26
Octal 257 21 177 0 132 33 37 476 122 46
Binary 10101111 10001 1111111 0 1011010 11011 11111 100111110 1010010 100110

Color Harmonies of #AF117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF117F

Black with #AF117F

Text Example


Text Example

White with #AF117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF117F; }

 p { color: rgb(175,17,127); }

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

background-color css

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

 a { background-color: rgb(175,17,127); }

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

border-color css

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

 span { border-color: rgb(175,17,127); }

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