#A649AC

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

Shades of Violet Blue #A649AC

Tints of Violet Blue #A649AC

Color information

#A649AC (or 0xA649AC) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and AC. RGB value is (166,73,172). Sum of RGB (Red+Green+Blue) = 166+73+172=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A649AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649AC is #59B653. Grayscale: #6F6F6F. Windows color (decimal): -5879380 or 11291046. OLE color: 11291046.

HSL color Cylindrical-coordinate representation of color #A649AC: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A649AC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16673172-
CMYK0.030.5800.33
HSL296.36º40.41%48.04%-
HSV(B)296.36º57.56%67.45%-
XYZ25.5515.8540.74-
YUV112.09161.81166.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=40.39%
G=17.76%
B=41.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166731720.030.5800.33296.3640.4148.04
HexA649AC33A0211282830
Octal2461112543720414505060
Binary10100110100100110101100111110100100001100101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649AC; }

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

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

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

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

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

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

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

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