#A92A9E

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

Shades of Medium Red Violet #A92A9E

Tints of Medium Red Violet #A92A9E

Color information

#A92A9E (or 0xA92A9E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and 9E. RGB value is (169,42,158). Sum of RGB (Red+Green+Blue) = 169+42+158=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A9E is #56D561. Grayscale: #5C5C5C. Windows color (decimal): -5690722 or 10365609. OLE color: 10365609.

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

Color convert

RGB16942158-
CMYK00.750.070.34
HSL305.2º60.19%41.37%-
HSV(B)305.2º75.15%66.27%-
XYZ23.3612.5633.54-
YUV93.2164.58182.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=45.80%
G=11.38%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694215800.750.070.34305.260.1941.37
HexA92A9E04B7221313c29
Octal2515223601137424617451
Binary101010011010101001111001001011111100010100110001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A9E; }

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

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

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

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

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

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

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

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