#AF007F

Color #AF007F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AF007F

Tints of Medium Violet Red #AF007F

Color information

#AF007F (or 0xAF007F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 00 and 7F. RGB value is (175,0,127). Sum of RGB (Red+Green+Blue) = 175+0+127=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007F is #50FF80. Grayscale: #424242. Windows color (decimal): -5308289 or 8323247. OLE color: 8323247.

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

Color convert

RGB1750127-
CMYK010.270.31
HSL316.46º100%34.31%-
HSV(B)316.46º100%68.63%-
XYZ21.5110.6521-
YUV66.8161.98205.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 42.05%
R=57.95%
G=0%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1750127010.270.31316.4610034.31
HexAF07F0641B1F13c6422
Octal25701770144333747414442
Binary10101111011111110110010011011111111001111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF007F; }

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

 H1.HeaderClassName
 {
   color: #AF007F;
 }
 .AnyTagClassName
 {
   color: #AF007F;
 }
</style>
background-color css

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

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

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

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

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

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