#AF2F94

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

Shades of Medium Red Violet #AF2F94

Tints of Medium Red Violet #AF2F94

Color information

#AF2F94 (or 0xAF2F94) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and 94. RGB value is (175,47,148). Sum of RGB (Red+Green+Blue) = 175+47+148=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F94 is #50D06B. Grayscale: #606060. Windows color (decimal): -5296236 or 9711535. OLE color: 9711535.

HSL color Cylindrical-coordinate representation of color #AF2F94: hue angle of 312.66º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F94 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17547148-
CMYK00.730.150.31
HSL312.66º57.66%43.53%-
HSV(B)312.66º73.14%68.63%-
XYZ24.0413.2929.31-
YUV96.79156.91183.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 47 (18.75% from 255) = 12.70%
BLUE value IS 148 (58.20% from 255) = 40%
R=47.30%
G=12.70%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754714800.730.150.31312.6657.6643.53
HexAF2F94049F1F1393a2c
Octal25757224011117374717254
Binary101011111011111001010001001001111111111100111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F94; }

 p { color: rgb(175,47,148); }

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

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

 a { background-color: rgb(175,47,148); }

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

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

 span { border-color: rgb(175,47,148); }

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