#A9349A

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

Shades of Medium Red Violet #A9349A

Tints of Medium Red Violet #A9349A

Color information

#A9349A (or 0xA9349A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 9A. RGB value is (169,52,154). Sum of RGB (Red+Green+Blue) = 169+52+154=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9349A is #56CB65. Grayscale: #626262. Windows color (decimal): -5688166 or 10106025. OLE color: 10106025.

HSL color Cylindrical-coordinate representation of color #A9349A: hue angle of 307.69º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9349A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16952154-
CMYK00.690.090.34
HSL307.69º52.94%43.33%-
HSV(B)307.69º69.23%66.27%-
XYZ23.4213.2231.89-
YUV98.61159.26178.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=45.07%
G=13.87%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695215400.690.090.34307.6952.9443.33
HexA9349A045922134352b
Octal25164232010511424646553
Binary1010100111010010011010010001011001100010100110100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9349A; }

 p { color: rgb(169,52,154); }

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

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

 a { background-color: rgb(169,52,154); }

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

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

 span { border-color: rgb(169,52,154); }

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