#A93F81

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

Shades of Medium Red Violet #A93F81

Tints of Medium Red Violet #A93F81

Color information

#A93F81 (or 0xA93F81) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3F and 81. RGB value is (169,63,129). Sum of RGB (Red+Green+Blue) = 169+63+129=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93F81 is #56C07E. Grayscale: #666666. Windows color (decimal): -5685375 or 8470441. OLE color: 8470441.

HSL color Cylindrical-coordinate representation of color #A93F81: hue angle of 322.64º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F81 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16963129-
CMYK00.630.240.34
HSL322.64º45.69%45.49%-
HSV(B)322.64º62.72%66.27%-
XYZ22.113.5822.22-
YUV102.22143.12175.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=46.81%
G=17.45%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696312900.630.240.34322.6445.6945.49
HexA93F8103F18221432e2d
Octal2517720107730425035655
Binary1010100111111110000001011111111000100010101000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F81; }

 p { color: rgb(169,63,129); }

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

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

 a { background-color: rgb(169,63,129); }

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

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

 span { border-color: rgb(169,63,129); }

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