#AF2985

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

Shades of Medium Red Violet #AF2985

Tints of Medium Red Violet #AF2985

Color information

#AF2985 (or 0xAF2985) is unknown color: approx Medium Red Violet. HEX triplet: AF, 29 and 85. RGB value is (175,41,133). Sum of RGB (Red+Green+Blue) = 175+41+133=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2985 is #50D67A. Grayscale: #5B5B5B. Windows color (decimal): -5297787 or 8726959. OLE color: 8726959.

HSL color Cylindrical-coordinate representation of color #AF2985: hue angle of 318.81º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2985 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17541133-
CMYK00.770.240.31
HSL318.81º62.04%42.35%-
HSV(B)318.81º76.57%68.63%-
XYZ22.7112.3923.39-
YUV91.55151.39187.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=50.14%
G=11.75%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754113300.770.240.31318.8162.0442.35
HexAF298504D181F13f3e2a
Octal25751205011530374777652
Binary1010111110100110000101010011011100011111100111111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2985; }

 p { color: rgb(175,41,133); }

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

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

 a { background-color: rgb(175,41,133); }

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

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

 span { border-color: rgb(175,41,133); }

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