#A549A7

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

Shades of Violet Blue #A549A7

Tints of Violet Blue #A549A7

Color information

#A549A7 (or 0xA549A7) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and A7. RGB value is (165,73,167). Sum of RGB (Red+Green+Blue) = 165+73+167=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 167 - color contains mainly: blue. Hex color #A549A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549A7 is #5AB658. Grayscale: #6E6E6E. Windows color (decimal): -5944921 or 10963365. OLE color: 10963365.

HSL color Cylindrical-coordinate representation of color #A549A7: hue angle of 298.72º 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 #A549A7 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16573167-
CMYK0.010.5600.35
HSL298.72º39.17%47.06%-
HSV(B)298.72º56.29%65.49%-
XYZ24.8715.5538.25-
YUV111.22159.48166.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=40.74%
G=18.02%
B=41.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165731670.010.5600.35298.7239.1747.06
HexA549A713802312b272f
Octal2451112471700434534757
Binary1010010110010011010011111110000100011100101011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549A7; }

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

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

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

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

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

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

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

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