#A92AA4

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

Shades of Medium Red Violet #A92AA4

Tints of Medium Red Violet #A92AA4

Color information

#A92AA4 (or 0xA92AA4) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and A4. RGB value is (169,42,164). Sum of RGB (Red+Green+Blue) = 169+42+164=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A92AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92AA4 is #56D55B. Grayscale: #5D5D5D. Windows color (decimal): -5690716 or 10758825. OLE color: 10758825.

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

Color convert

RGB16942164-
CMYK00.750.030.34
HSL302.36º60.19%41.37%-
HSV(B)302.36º75.15%66.27%-
XYZ23.8912.7736.33-
YUV93.88167.58181.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=45.07%
G=11.2%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694216400.750.030.34302.3660.1941.37
HexA92AA404B32212e3c29
Octal2515224401133424567451
Binary10101001101010101001000100101111100010100101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92AA4; }

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

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

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

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

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

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

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

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