#A8349A

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

Shades of Medium Red Violet #A8349A

Tints of Medium Red Violet #A8349A

Color information

#A8349A (or 0xA8349A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 34 and 9A. RGB value is (168,52,154). Sum of RGB (Red+Green+Blue) = 168+52+154=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8349A is #57CB65. Grayscale: #626262. Windows color (decimal): -5753702 or 10106024. OLE color: 10106024.

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

Color convert

RGB16852154-
CMYK00.690.080.34
HSL307.24º52.73%43.14%-
HSV(B)307.24º69.05%65.88%-
XYZ23.2113.1131.88-
YUV98.31159.43177.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=44.92%
G=13.90%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685215400.690.080.34307.2452.7343.14
HexA8349A045822133352b
Octal25064232010510424636553
Binary1010100011010010011010010001011000100010100110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8349A; }

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

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

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

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

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

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

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

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