#A549A5

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

Shades of Violet Blue #A549A5

Tints of Violet Blue #A549A5

Color information

#A549A5 (or 0xA549A5) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and A5. RGB value is (165,73,165). Sum of RGB (Red+Green+Blue) = 165+73+165=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A549A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549A5 is #5AB65A. Grayscale: #6E6E6E. Windows color (decimal): -5944923 or 10832293. OLE color: 10832293.

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

Color convert

RGB16573165-
CMYK00.5600.35
HSL300º38.66%46.67%-
HSV(B)300º55.76%64.71%-
XYZ24.6915.4837.28-
YUV111158.48166.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=40.94%
G=18.11%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657316500.5600.3530038.6646.67
HexA549A503802312c272f
Octal2451112450700434544757
Binary1010010110010011010010101110000100011100101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549A5; }

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

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

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

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

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

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

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

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