#A66C9C

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

Shades of Violet Blue #A66C9C

Tints of Violet Blue #A66C9C

Color information

#A66C9C (or 0xA66C9C) is unknown color: approx Violet Blue. HEX triplet: A6, 6C and 9C. RGB value is (166,108,156). Sum of RGB (Red+Green+Blue) = 166+108+156=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C9C is #599363. Grayscale: #828282. Windows color (decimal): -5870436 or 10251430. OLE color: 10251430.

HSL color Cylindrical-coordinate representation of color #A66C9C: hue angle of 310.34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C9C is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166108156-
CMYK00.350.060.35
HSL310.34º24.58%53.73%-
HSV(B)310.34º34.94%65.1%-
XYZ27.0921.2334.12-
YUV130.81142.22153.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=38.60%
G=25.12%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610815600.350.060.35310.3424.5853.73
HexA66C9C0236231361936
Octal2461542340436434663166
Binary10100110110110010011100010001111010001110011011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C9C; }

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

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

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

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

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

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

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

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