#AF2F93

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

Shades of Medium Red Violet #AF2F93

Tints of Medium Red Violet #AF2F93

Color information

#AF2F93 (or 0xAF2F93) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2F and 93. RGB value is (175,47,147). Sum of RGB (Red+Green+Blue) = 175+47+147=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F93 is #50D06C. Grayscale: #606060. Windows color (decimal): -5296237 or 9645999. OLE color: 9645999.

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

Color convert

RGB17547147-
CMYK00.730.160.31
HSL313.12º57.66%43.53%-
HSV(B)313.12º73.14%68.63%-
XYZ23.9613.2528.9-
YUV96.67156.41183.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=47.43%
G=12.74%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754714700.730.160.31313.1257.6643.53
HexAF2F93049101F1393a2c
Octal25757223011120374717254
Binary1010111110111110010011010010011000011111100111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F93; }

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

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

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

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

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

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

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

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