#A92DA5

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

Shades of Medium Red Violet #A92DA5

Tints of Medium Red Violet #A92DA5

Color information

#A92DA5 (or 0xA92DA5) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2D and A5. RGB value is (169,45,165). Sum of RGB (Red+Green+Blue) = 169+45+165=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A92DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DA5 is #56D25A. Grayscale: #5F5F5F. Windows color (decimal): -5689947 or 10825129. OLE color: 10825129.

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

Color convert

RGB16945165-
CMYK00.730.020.34
HSL301.94º57.94%41.96%-
HSV(B)301.94º73.37%66.27%-
XYZ24.0913.0336.84-
YUV95.76167.08180.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=44.59%
G=11.87%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694516500.730.020.34301.9457.9441.96
HexA92DA504922212e3a2a
Octal2515524501112424567252
Binary10101001101101101001010100100110100010100101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DA5; }

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

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

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

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

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

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

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

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