#AF2885

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

Shades of Medium Red Violet #AF2885

Tints of Medium Red Violet #AF2885

Color information

#AF2885 (or 0xAF2885) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 85. RGB value is (175,40,133). Sum of RGB (Red+Green+Blue) = 175+40+133=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2885 is #50D77A. Grayscale: #5A5A5A. Windows color (decimal): -5298043 or 8726703. OLE color: 8726703.

HSL color Cylindrical-coordinate representation of color #AF2885: hue angle of 318.67º degrees, saturation: 0.63, 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 #AF2885 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17540133-
CMYK00.770.240.31
HSL318.67º62.79%42.16%-
HSV(B)318.67º77.14%68.63%-
XYZ22.6712.3223.37-
YUV90.97151.73187.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=50.29%
G=11.49%
B=38.22%

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
Decimal1754013300.770.240.31318.6762.7942.16
HexAF288504D181F13f3f2a
Octal25750205011530374777752
Binary1010111110100010000101010011011100011111100111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2885; }

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

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

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

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

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

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

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

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