#A16AAE

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

Shades of Ce Soir #A16AAE

Tints of Ce Soir #A16AAE

Color information

#A16AAE (or 0xA16AAE) is unknown color: approx Ce Soir. HEX triplet: A1, 6A and AE. RGB value is (161,106,174). Sum of RGB (Red+Green+Blue) = 161+106+174=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A16AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16AAE is #5E9551. Grayscale: #818181. Windows color (decimal): -6198610 or 11430561. OLE color: 11430561.

HSL color Cylindrical-coordinate representation of color #A16AAE: hue angle of 288.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16AAE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161106174-
CMYK0.070.3900.32
HSL288.53º29.57%54.9%-
HSV(B)288.53º39.08%68.24%-
XYZ27.4920.9442.64-
YUV130.2152.72149.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=36.51%
G=24.04%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611061740.070.3900.32288.5329.5754.9
HexA16AAE7270201211e37
Octal2411522567470404413667
Binary10100001110101010101110111100111010000010010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16AAE; }

 p { color: rgb(161,106,174); }

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

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

 a { background-color: rgb(161,106,174); }

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

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

 span { border-color: rgb(161,106,174); }

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