#A92AA6

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

Shades of Medium Red Violet #A92AA6

Tints of Medium Red Violet #A92AA6

Color information

#A92AA6 (or 0xA92AA6) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and A6. RGB value is (169,42,166). Sum of RGB (Red+Green+Blue) = 169+42+166=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A92AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92AA6 is #56D559. Grayscale: #5D5D5D. Windows color (decimal): -5690714 or 10889897. OLE color: 10889897.

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

Color convert

RGB16942166-
CMYK00.750.020.34
HSL301.42º60.19%41.37%-
HSV(B)301.42º75.15%66.27%-
XYZ24.0712.8437.29-
YUV94.11168.58181.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=44.83%
G=11.14%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694216600.750.020.34301.4260.1941.37
HexA92AA604B22212d3c29
Octal2515224601132424557451
Binary10101001101010101001100100101110100010100101101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92AA6; }

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

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

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

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

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

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

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

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