#A647AE

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

Shades of Violet Blue #A647AE

Tints of Violet Blue #A647AE

Color information

#A647AE (or 0xA647AE) is unknown color: approx Violet Blue. HEX triplet: A6, 47 and AE. RGB value is (166,71,174). Sum of RGB (Red+Green+Blue) = 166+71+174=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A647AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647AE is #59B851. Grayscale: #6E6E6E. Windows color (decimal): -5879890 or 11421606. OLE color: 11421606.

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

Color convert

RGB16671174-
CMYK0.050.5900.32
HSL295.34º42.04%48.04%-
HSV(B)295.34º59.2%68.24%-
XYZ25.6215.6741.72-
YUV111.15163.47167.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 71 (28.12% from 255) = 17.27%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=40.39%
G=17.27%
B=42.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166711740.050.5900.32295.3442.0448.04
HexA647AE53B0201272a30
Octal2461072565730404475260
Binary101001101000111101011101011110110100000100100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A647AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A647AE; }

 p { color: rgb(166,71,174); }

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

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

 a { background-color: rgb(166,71,174); }

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

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

 span { border-color: rgb(166,71,174); }

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