#A661AC

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

Shades of Violet Blue #A661AC

Tints of Violet Blue #A661AC

Color information

#A661AC (or 0xA661AC) is unknown color: approx Violet Blue. HEX triplet: A6, 61 and AC. RGB value is (166,97,172). Sum of RGB (Red+Green+Blue) = 166+97+172=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #A661AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A661AC is #599E53. Grayscale: #7D7D7D. Windows color (decimal): -5873236 or 11297190. OLE color: 11297190.

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

Color convert

RGB16697172-
CMYK0.030.4400.33
HSL295.2º31.12%52.75%-
HSV(B)295.2º43.6%67.45%-
XYZ27.4519.6341.37-
YUV126.18153.86156.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=38.16%
G=22.30%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166971720.030.4400.33295.231.1252.75
HexA661AC32C0211271f35
Octal2461412543540414473765
Binary1010011011000011010110011101100010000110010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661AC; }

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

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

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

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

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

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

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

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