#A92E8E

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

Shades of Medium Red Violet #A92E8E

Tints of Medium Red Violet #A92E8E

Color information

#A92E8E (or 0xA92E8E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2E and 8E. RGB value is (169,46,142). Sum of RGB (Red+Green+Blue) = 169+46+142=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92E8E is #56D171. Grayscale: #5D5D5D. Windows color (decimal): -5689714 or 9318057. OLE color: 9318057.

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

Color convert

RGB16946142-
CMYK00.730.160.34
HSL313.17º57.21%42.16%-
HSV(B)313.17º72.78%66.27%-
XYZ22.2212.3426.8-
YUV93.72155.25181.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=47.34%
G=12.89%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694614200.730.160.34313.1757.2142.16
HexA92E8E0491022139392a
Octal25156216011120424717152
Binary10101001101110100011100100100110000100010100111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E8E; }

 p { color: rgb(169,46,142); }

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

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

 a { background-color: rgb(169,46,142); }

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

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

 span { border-color: rgb(169,46,142); }

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