#A66BAC

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

Shades of Violet Blue #A66BAC

Tints of Violet Blue #A66BAC

Color information

#A66BAC (or 0xA66BAC) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and AC. RGB value is (166,107,172). Sum of RGB (Red+Green+Blue) = 166+107+172=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAC is #599453. Grayscale: #838383. Windows color (decimal): -5870676 or 11299750. OLE color: 11299750.

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

Color convert

RGB166107172-
CMYK0.030.3800.33
HSL294.46º28.14%54.71%-
HSV(B)294.46º37.79%67.45%-
XYZ28.4321.641.7-
YUV132.05150.55152.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=37.30%
G=24.04%
B=38.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661071720.030.3800.33294.4628.1454.71
HexA66BAC3260211261c37
Octal2461532543460414463467
Binary1010011011010111010110011100110010000110010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BAC; }

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

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

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

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

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

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

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

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