#AF2580

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

Shades of Medium Red Violet #AF2580

Tints of Medium Red Violet #AF2580

Color information

#AF2580 (or 0xAF2580) is unknown color: approx Medium Red Violet. HEX triplet: AF, 25 and 80. RGB value is (175,37,128). Sum of RGB (Red+Green+Blue) = 175+37+128=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2580 is #50DA7F. Grayscale: #585858. Windows color (decimal): -5298816 or 8398255. OLE color: 8398255.

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

Color convert

RGB17537128-
CMYK00.790.270.31
HSL320.43º65.09%41.57%-
HSV(B)320.43º78.86%68.63%-
XYZ22.241221.57-
YUV88.64150.22189.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 37 (14.84% from 255) = 10.88%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=51.47%
G=10.88%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753712800.790.270.31320.4365.0941.57
HexAF258004F1B1F140412a
Octal257452000117333750010152
Binary10101111100101100000000100111111011111111010000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2580; }

 p { color: rgb(175,37,128); }

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

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

 a { background-color: rgb(175,37,128); }

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

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

 span { border-color: rgb(175,37,128); }

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