#AF2892

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

Shades of Medium Red Violet #AF2892

Tints of Medium Red Violet #AF2892

Color information

#AF2892 (or 0xAF2892) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 92. RGB value is (175,40,146). Sum of RGB (Red+Green+Blue) = 175+40+146=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2892 is #50D76D. Grayscale: #5C5C5C. Windows color (decimal): -5298030 or 9578671. OLE color: 9578671.

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

Color convert

RGB17540146-
CMYK00.770.170.31
HSL312.89º62.79%42.16%-
HSV(B)312.89º77.14%68.63%-
XYZ23.6312.7128.4-
YUV92.45158.23186.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 40 (16.02% from 255) = 11.08%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=48.48%
G=11.08%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754014600.770.170.31312.8962.7942.16
HexAF289204D111F1393f2a
Octal25750222011521374717752
Binary1010111110100010010010010011011000111111100111001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2892; }

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

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

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

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

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

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

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

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