#A06FAE

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

Shades of Ce Soir #A06FAE

Tints of Ce Soir #A06FAE

Color information

#A06FAE (or 0xA06FAE) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and AE. RGB value is (160,111,174). Sum of RGB (Red+Green+Blue) = 160+111+174=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAE is #5F9051. Grayscale: #848484. Windows color (decimal): -6262866 or 11431840. OLE color: 11431840.

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

Color convert

RGB160111174-
CMYK0.080.3600.32
HSL286.67º28%55.88%-
HSV(B)286.67º36.21%68.24%-
XYZ27.8221.942.8-
YUV132.83151.23147.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=35.96%
G=24.94%
B=39.10%

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
Decimal1601111740.080.3600.32286.672855.88
HexA06FAE82402011f1c38
Octal24015725610440404373470
Binary101000001101111101011101000100100010000010001111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FAE; }

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

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

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

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

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

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

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

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