#A92D8E

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

Shades of Medium Red Violet #A92D8E

Tints of Medium Red Violet #A92D8E

Color information

#A92D8E (or 0xA92D8E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2D and 8E. RGB value is (169,45,142). Sum of RGB (Red+Green+Blue) = 169+45+142=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D8E is #56D271. Grayscale: #5C5C5C. Windows color (decimal): -5689970 or 9317801. OLE color: 9317801.

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

Color convert

RGB16945142-
CMYK00.730.160.34
HSL313.06º57.94%41.96%-
HSV(B)313.06º73.37%66.27%-
XYZ22.1812.2626.79-
YUV93.13155.58182.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 45 (17.97% from 255) = 12.64%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=47.47%
G=12.64%
B=39.89%

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
Decimal1694514200.730.160.34313.0657.9441.96
HexA92D8E04910221393a2a
Octal25155216011120424717252
Binary10101001101101100011100100100110000100010100111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D8E; }

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

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

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

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

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

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

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

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