#A649AD

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

Shades of Violet Blue #A649AD

Tints of Violet Blue #A649AD

Color information

#A649AD (or 0xA649AD) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and AD. RGB value is (166,73,173). Sum of RGB (Red+Green+Blue) = 166+73+173=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A649AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649AD is #59B652. Grayscale: #6F6F6F. Windows color (decimal): -5879379 or 11356582. OLE color: 11356582.

HSL color Cylindrical-coordinate representation of color #A649AD: hue angle of 295.8º 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 #A649AD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16673173-
CMYK0.040.5800.32
HSL295.8º40.65%48.24%-
HSV(B)295.8º57.8%67.84%-
XYZ25.6515.8941.25-
YUV112.21162.31166.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=40.29%
G=17.72%
B=41.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166731730.040.5800.32295.840.6548.24
HexA649AD43A0201282930
Octal2461112554720404505160
Binary101001101001001101011011001110100100000100101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649AD; }

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

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

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

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

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

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

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

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