#A66CAB

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

Shades of Violet Blue #A66CAB

Tints of Violet Blue #A66CAB

Color information

#A66CAB (or 0xA66CAB) is unknown color: approx Violet Blue. HEX triplet: A6, 6C and AB. RGB value is (166,108,171). Sum of RGB (Red+Green+Blue) = 166+108+171=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A66CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66CAB is #599354. Grayscale: #848484. Windows color (decimal): -5870421 or 11234470. OLE color: 11234470.

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

Color convert

RGB166108171-
CMYK0.030.3700.33
HSL295.24º27.27%54.71%-
HSV(B)295.24º36.84%67.06%-
XYZ28.4421.7741.23-
YUV132.52149.72151.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=37.30%
G=24.27%
B=38.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661081710.030.3700.33295.2427.2754.71
HexA66CAB3250211271b37
Octal2461542533450414473367
Binary1010011011011001010101111100101010000110010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CAB; }

 p { color: rgb(166,108,171); }

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

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

 a { background-color: rgb(166,108,171); }

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

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

 span { border-color: rgb(166,108,171); }

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