#A924A5

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

Shades of Medium Red Violet #A924A5

Tints of Medium Red Violet #A924A5

Color information

#A924A5 (or 0xA924A5) is unknown color: approx Medium Red Violet. HEX triplet: A9, 24 and A5. RGB value is (169,36,165). Sum of RGB (Red+Green+Blue) = 169+36+165=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A924A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A924A5 is #56DB5A. Grayscale: #5A5A5A. Windows color (decimal): -5692251 or 10822825. OLE color: 10822825.

HSL color Cylindrical-coordinate representation of color #A924A5: hue angle of 301.8º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A924A5 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16936165-
CMYK00.790.020.34
HSL301.8º64.88%40.2%-
HSV(B)301.8º78.7%66.27%-
XYZ23.7812.4136.74-
YUV90.47170.06184.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 36 (14.45% from 255) = 9.73%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=45.68%
G=9.73%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693616500.790.020.34301.864.8840.2
HexA924A504F22212e4128
Octal25144245011724245610150
Binary101010011001001010010101001111101000101001011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A924A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A924A5; }

 p { color: rgb(169,36,165); }

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

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

 a { background-color: rgb(169,36,165); }

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

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

 span { border-color: rgb(169,36,165); }

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