#A654AC

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

Shades of Violet Blue #A654AC

Tints of Violet Blue #A654AC

Color information

#A654AC (or 0xA654AC) is unknown color: approx Violet Blue. HEX triplet: A6, 54 and AC. RGB value is (166,84,172). Sum of RGB (Red+Green+Blue) = 166+84+172=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #A654AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A654AC is #59AB53. Grayscale: #767676. Windows color (decimal): -5876564 or 11293862. OLE color: 11293862.

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

Color convert

RGB16684172-
CMYK0.030.5100.33
HSL295.91º34.65%50.2%-
HSV(B)295.91º51.16%67.45%-
XYZ26.3417.4341-
YUV118.55158.17161.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=39.34%
G=19.91%
B=40.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166841720.030.5100.33295.9134.6550.2
HexA654AC3330211282332
Octal2461242543630414504362
Binary10100110101010010101100111100110100001100101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A654AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A654AC; }

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

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

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

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

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

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

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

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