#A92D96

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

Shades of Medium Red Violet #A92D96

Tints of Medium Red Violet #A92D96

Color information

#A92D96 (or 0xA92D96) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2D and 96. RGB value is (169,45,150). Sum of RGB (Red+Green+Blue) = 169+45+150=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D96 is #56D269. Grayscale: #5D5D5D. Windows color (decimal): -5689962 or 9842089. OLE color: 9842089.

HSL color Cylindrical-coordinate representation of color #A92D96: hue angle of 309.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D96 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16945150-
CMYK00.730.110.34
HSL309.19º57.94%41.96%-
HSV(B)309.19º73.37%66.27%-
XYZ22.8112.5130.07-
YUV94.05159.58181.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=46.43%
G=12.36%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694515000.730.110.34309.1957.9441.96
HexA92D96049B221353a2a
Octal25155226011113424657252
Binary1010100110110110010110010010011011100010100110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D96; }

 p { color: rgb(169,45,150); }

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

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

 a { background-color: rgb(169,45,150); }

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

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

 span { border-color: rgb(169,45,150); }

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