#A06EAF

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

Shades of Ce Soir #A06EAF

Tints of Ce Soir #A06EAF

Color information

#A06EAF (or 0xA06EAF) is unknown color: approx Ce Soir. HEX triplet: A0, 6E and AF. RGB value is (160,110,175). Sum of RGB (Red+Green+Blue) = 160+110+175=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A06EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAF is #5F9150. Grayscale: #848484. Windows color (decimal): -6263121 or 11497120. OLE color: 11497120.

HSL color Cylindrical-coordinate representation of color #A06EAF: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06EAF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160110175-
CMYK0.090.3700.31
HSL286.15º28.89%55.88%-
HSV(B)286.15º37.14%68.63%-
XYZ27.8121.7243.28-
YUV132.36152.06147.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=35.96%
G=24.72%
B=39.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601101750.090.3700.31286.1528.8955.88
HexA06EAF92501F11e1d38
Octal24015625711450374363570
Binary10100000110111010101111100110010101111110001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EAF; }

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

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

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

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

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

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

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

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