#A92A86

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

Shades of Medium Red Violet #A92A86

Tints of Medium Red Violet #A92A86

Color information

#A92A86 (or 0xA92A86) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and 86. RGB value is (169,42,134). Sum of RGB (Red+Green+Blue) = 169+42+134=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A86 is #56D579. Grayscale: #5A5A5A. Windows color (decimal): -5690746 or 8792745. OLE color: 8792745.

HSL color Cylindrical-coordinate representation of color #A92A86: hue angle of 316.54º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A86 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16942134-
CMYK00.750.210.34
HSL316.54º60.19%41.37%-
HSV(B)316.54º75.15%66.27%-
XYZ21.4911.8123.7-
YUV90.46152.58184.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=48.99%
G=12.17%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694213400.750.210.34316.5460.1941.37
HexA92A8604B152213d3c29
Octal25152206011325424757451
Binary10101001101010100001100100101110101100010100111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A86; }

 p { color: rgb(169,42,134); }

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

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

 a { background-color: rgb(169,42,134); }

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

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

 span { border-color: rgb(169,42,134); }

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