#A549A3

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

Shades of Violet Blue #A549A3

Tints of Violet Blue #A549A3

Color information

#A549A3 (or 0xA549A3) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and A3. RGB value is (165,73,163). Sum of RGB (Red+Green+Blue) = 165+73+163=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A549A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549A3 is #5AB65C. Grayscale: #6E6E6E. Windows color (decimal): -5944925 or 10701221. OLE color: 10701221.

HSL color Cylindrical-coordinate representation of color #A549A3: hue angle of 301.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A549A3 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16573163-
CMYK00.560.010.35
HSL301.3º38.66%46.67%-
HSV(B)301.3º55.76%64.71%-
XYZ24.5115.4136.33-
YUV110.77157.48166.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 163 (64.06% from 255) = 40.65%
R=41.15%
G=18.20%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657316300.560.010.35301.338.6646.67
HexA549A303812312d272f
Octal2451112430701434554757
Binary1010010110010011010001101110001100011100101101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549A3; }

 p { color: rgb(165,73,163); }

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

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

 a { background-color: rgb(165,73,163); }

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

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

 span { border-color: rgb(165,73,163); }

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