#af2b94

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

Shades of Medium Red Violet #AF2B94

Tints of Medium Red Violet #AF2B94

Color information

#AF2B94 (or 0xAF2B94) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2B and 94. RGB value is (175,43,148). Sum of RGB (Red+Green+Blue) = 175+43+148=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2B94 is #50D46B. Grayscale: #5E5E5E. Windows color (decimal): -5297260 or 9710511. OLE color: 9710511.

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

Color convert

RGB17543148-
CMYK00.750.150.31
HSL312.27º60.55%42.75%-
HSV(B)312.27º75.43%68.63%-
XYZ23.8912.9829.26-
YUV94.44158.23185.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 43 (17.19% from 255) = 11.75%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=47.81%
G=11.75%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754314800.750.150.31312.2760.5542.75
HexAF2B9404BF1F1383d2b
Octal25753224011317374707553
Binary101011111010111001010001001011111111111100111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2b94; }

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

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

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

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

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

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

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

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