#A06DAE

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

Shades of Ce Soir #A06DAE

Tints of Ce Soir #A06DAE

Color information

#A06DAE (or 0xA06DAE) is unknown color: approx Ce Soir. HEX triplet: A0, 6D and AE. RGB value is (160,109,174). Sum of RGB (Red+Green+Blue) = 160+109+174=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAE is #5F9251. Grayscale: #838383. Windows color (decimal): -6263378 or 11431328. OLE color: 11431328.

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

Color convert

RGB160109174-
CMYK0.080.3700.32
HSL287.08º28.63%55.49%-
HSV(B)287.08º37.36%68.24%-
XYZ27.6121.4742.73-
YUV131.66151.9148.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=36.12%
G=24.60%
B=39.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601091740.080.3700.32287.0828.6355.49
HexA06DAE82502011f1d37
Octal24015525610450404373567
Binary101000001101101101011101000100101010000010001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DAE; }

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

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

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

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

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

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

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

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