#AF0880

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

Shades of Medium Violet Red #AF0880

Tints of Medium Violet Red #AF0880

Color information

#AF0880 (or 0xAF0880) is unknown color: approx Medium Violet Red. HEX triplet: AF, 08 and 80. RGB value is (175,8,128). Sum of RGB (Red+Green+Blue) = 175+8+128=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0880 is #50F77F. Grayscale: #474747. Windows color (decimal): -5306240 or 8390831. OLE color: 8390831.

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

Color convert

RGB1758128-
CMYK00.950.270.31
HSL316.89º91.26%35.88%-
HSV(B)316.89º95.43%68.63%-
XYZ21.6610.8521.37-
YUV71.61159.83201.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 8 (3.52% from 255) = 2.57%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=56.27%
G=2.57%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175812800.950.270.31316.8991.2635.88
HexAF88005F1B1F13d5b24
Octal257102000137333747513344
Binary101011111000100000000101111111011111111001111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0880; }

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

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

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

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

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

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

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

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