#A549AD

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

Shades of Violet Blue #A549AD

Tints of Violet Blue #A549AD

Color information

#A549AD (or 0xA549AD) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and AD. RGB value is (165,73,173). Sum of RGB (Red+Green+Blue) = 165+73+173=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A549AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549AD is #5AB652. Grayscale: #6F6F6F. Windows color (decimal): -5944915 or 11356581. OLE color: 11356581.

HSL color Cylindrical-coordinate representation of color #A549AD: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A549AD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16573173-
CMYK0.050.5800.32
HSL295.2º40.65%48.24%-
HSV(B)295.2º57.8%67.84%-
XYZ25.4415.7841.24-
YUV111.91162.48165.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=40.15%
G=17.76%
B=42.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165731730.050.5800.32295.240.6548.24
HexA549AD53A0201272930
Octal2451112555720404475160
Binary101001011001001101011011011110100100000100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549AD; }

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

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

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

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

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

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

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

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