#A06AAE

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

Shades of Ce Soir #A06AAE

Tints of Ce Soir #A06AAE

Color information

#A06AAE (or 0xA06AAE) is unknown color: approx Ce Soir. HEX triplet: A0, 6A and AE. RGB value is (160,106,174). Sum of RGB (Red+Green+Blue) = 160+106+174=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAE is #5F9551. Grayscale: #818181. Windows color (decimal): -6264146 or 11430560. OLE color: 11430560.

HSL color Cylindrical-coordinate representation of color #A06AAE: hue angle of 287.65º 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 #A06AAE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160106174-
CMYK0.080.3900.32
HSL287.65º29.57%54.9%-
HSV(B)287.65º39.08%68.24%-
XYZ27.2920.8442.63-
YUV129.9152.89149.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=36.36%
G=24.09%
B=39.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601061740.080.3900.32287.6529.5754.9
HexA06AAE8270201201e37
Octal24015225610470404403667
Binary101000001101010101011101000100111010000010010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AAE; }

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

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

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

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

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

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

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

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