#AF2287

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

Shades of Medium Red Violet #AF2287

Tints of Medium Red Violet #AF2287

Color information

#AF2287 (or 0xAF2287) is unknown color: approx Medium Red Violet. HEX triplet: AF, 22 and 87. RGB value is (175,34,135). Sum of RGB (Red+Green+Blue) = 175+34+135=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2287 is #50DD78. Grayscale: #575757. Windows color (decimal): -5299577 or 8856239. OLE color: 8856239.

HSL color Cylindrical-coordinate representation of color #AF2287: hue angle of 317.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2287 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17534135-
CMYK00.810.230.31
HSL317.02º67.46%40.98%-
HSV(B)317.02º80.57%68.63%-
XYZ22.6212.0124.05-
YUV87.67154.71190.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=50.87%
G=9.88%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753413500.810.230.31317.0267.4640.98
HexAF2287051171F13d4329
Octal257422070121273747510351
Binary10101111100010100001110101000110111111111001111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2287; }

 p { color: rgb(175,34,135); }

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

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

 a { background-color: rgb(175,34,135); }

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

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

 span { border-color: rgb(175,34,135); }

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