#AF2F95

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

Shades of Medium Red Violet #AF2F95

Tints of Medium Red Violet #AF2F95

Color information

#AF2F95 (or 0xAF2F95) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and 95. RGB value is (175,47,149). Sum of RGB (Red+Green+Blue) = 175+47+149=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F95 is #50D06A. Grayscale: #606060. Windows color (decimal): -5296235 or 9777071. OLE color: 9777071.

HSL color Cylindrical-coordinate representation of color #AF2F95: hue angle of 312.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F95 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17547149-
CMYK00.730.150.31
HSL312.19º57.66%43.53%-
HSV(B)312.19º73.14%68.63%-
XYZ24.1213.3229.73-
YUV96.9157.41183.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=47.17%
G=12.67%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754714900.730.150.31312.1957.6643.53
HexAF2F95049F1F1383a2c
Octal25757225011117374707254
Binary101011111011111001010101001001111111111100111000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F95; }

 p { color: rgb(175,47,149); }

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

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

 a { background-color: rgb(175,47,149); }

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

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

 span { border-color: rgb(175,47,149); }

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