#AF2896

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

Shades of Medium Red Violet #AF2896

Tints of Medium Red Violet #AF2896

Color information

#AF2896 (or 0xAF2896) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 96. RGB value is (175,40,150). Sum of RGB (Red+Green+Blue) = 175+40+150=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2896 is #50D769. Grayscale: #5C5C5C. Windows color (decimal): -5298026 or 9840815. OLE color: 9840815.

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

Color convert

RGB17540150-
CMYK00.770.140.31
HSL311.11º62.79%42.16%-
HSV(B)311.11º77.14%68.63%-
XYZ23.9412.8330.07-
YUV92.9160.23186.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=47.95%
G=10.96%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754015000.770.140.31311.1162.7942.16
HexAF289604DE1F1373f2a
Octal25750226011516374677752
Binary101011111010001001011001001101111011111100110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2896; }

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

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

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

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

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

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

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

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