#af2883

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

Shades of Medium Red Violet #AF2883

Tints of Medium Red Violet #AF2883

Color information

#AF2883 (or 0xAF2883) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 83. RGB value is (175,40,131). Sum of RGB (Red+Green+Blue) = 175+40+131=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2883 is #50D77C. Grayscale: #5A5A5A. Windows color (decimal): -5298045 or 8595631. OLE color: 8595631.

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

Color convert

RGB17540131-
CMYK00.770.250.31
HSL319.56º62.79%42.16%-
HSV(B)319.56º77.14%68.63%-
XYZ22.5312.2722.65-
YUV90.74150.73188.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 40 (16.02% from 255) = 11.56%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=50.58%
G=11.56%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754013100.770.250.31319.5662.7942.16
HexAF288304D191F1403f2a
Octal25750203011531375007752
Binary1010111110100010000011010011011100111111101000000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2883; }

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

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

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

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

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

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

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

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