#A92E82

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

Shades of Medium Red Violet #A92E82

Tints of Medium Red Violet #A92E82

Color information

#A92E82 (or 0xA92E82) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2E and 82. RGB value is (169,46,130). Sum of RGB (Red+Green+Blue) = 169+46+130=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92E82 is #56D17D. Grayscale: #5C5C5C. Windows color (decimal): -5689726 or 8531625. OLE color: 8531625.

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

Color convert

RGB16946130-
CMYK00.730.230.34
HSL319.02º57.21%42.16%-
HSV(B)319.02º72.78%66.27%-
XYZ21.371222.31-
YUV92.35149.25182.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 46 (18.36% from 255) = 13.33%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=48.99%
G=13.33%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694613000.730.230.34319.0257.2142.16
HexA92E82049172213f392a
Octal25156202011127424777152
Binary10101001101110100000100100100110111100010100111111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E82; }

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

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

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

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

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

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

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

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