#A664AC

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

Shades of Violet Blue #A664AC

Tints of Violet Blue #A664AC

Color information

#A664AC (or 0xA664AC) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and AC. RGB value is (166,100,172). Sum of RGB (Red+Green+Blue) = 166+100+172=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #A664AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664AC is #599B53. Grayscale: #7F7F7F. Windows color (decimal): -5872468 or 11297958. OLE color: 11297958.

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

Color convert

RGB166100172-
CMYK0.030.4200.33
HSL295º30.25%53.33%-
HSV(B)295º41.86%67.45%-
XYZ27.7320.241.47-
YUV127.94152.87155.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=37.90%
G=22.83%
B=39.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661001720.030.4200.3329530.2553.33
HexA664AC32A0211271e35
Octal2461442543520414473665
Binary1010011011001001010110011101010010000110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664AC; }

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

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

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

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

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

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

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

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