#A06EAD

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

Shades of Ce Soir #A06EAD

Tints of Ce Soir #A06EAD

Color information

#A06EAD (or 0xA06EAD) is unknown color: approx Ce Soir. HEX triplet: A0, 6E and AD. RGB value is (160,110,173). Sum of RGB (Red+Green+Blue) = 160+110+173=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAD is #5F9152. Grayscale: #838383. Windows color (decimal): -6263123 or 11366048. OLE color: 11366048.

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

Color convert

RGB160110173-
CMYK0.080.3600.32
HSL287.62º27.75%55.49%-
HSV(B)287.62º36.42%67.84%-
XYZ27.6221.6442.26-
YUV132.13151.06147.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=36.12%
G=24.83%
B=39.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601101730.080.3600.32287.6227.7555.49
HexA06EAD8240201201c37
Octal24015625510440404403467
Binary101000001101110101011011000100100010000010010000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EAD; }

 p { color: rgb(160,110,173); }

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

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

 a { background-color: rgb(160,110,173); }

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

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

 span { border-color: rgb(160,110,173); }

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