#A66EB4

Color #A66EB4 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A66EB4

Tints of Ce Soir #A66EB4

Color information

#A66EB4 (or 0xA66EB4) is unknown color: approx Ce Soir. HEX triplet: A6, 6E and B4. RGB value is (166,110,180). Sum of RGB (Red+Green+Blue) = 166+110+180=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #A66EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EB4 is #59914B. Grayscale: #868686. Windows color (decimal): -5869900 or 11824806. OLE color: 11824806.

HSL color Cylindrical-coordinate representation of color #A66EB4: hue angle of 288º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66EB4 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166110180-
CMYK0.080.3900.29
HSL288º31.82%56.86%-
HSV(B)288º38.89%70.59%-
XYZ29.5422.5545.98-
YUV134.72153.55150.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=36.40%
G=24.12%
B=39.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661101800.080.3900.2928831.8256.86
HexA66EB482701D1202039
Octal24615626410470354404071
Binary101001101101110101101001000100111011101100100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EB4; }

 p { color: rgb(166,110,180); }

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

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

 a { background-color: rgb(166,110,180); }

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

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

 span { border-color: rgb(166,110,180); }

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