#A068AE

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

Shades of Ce Soir #A068AE

Tints of Ce Soir #A068AE

Color information

#A068AE (or 0xA068AE) is unknown color: approx Ce Soir. HEX triplet: A0, 68 and AE. RGB value is (160,104,174). Sum of RGB (Red+Green+Blue) = 160+104+174=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #A068AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AE is #5F9751. Grayscale: #808080. Windows color (decimal): -6264658 or 11430048. OLE color: 11430048.

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

Color convert

RGB160104174-
CMYK0.080.4000.32
HSL288º30.17%54.51%-
HSV(B)288º40.23%68.24%-
XYZ27.0920.4342.56-
YUV128.72153.55150.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=36.53%
G=23.74%
B=39.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601041740.080.4000.3228830.1754.51
HexA068AE8280201201e37
Octal24015025610500404403667
Binary101000001101000101011101000101000010000010010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068AE; }

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

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

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

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

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

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

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

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