#A07FAE

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

Shades of Ce Soir #A07FAE

Tints of Ce Soir #A07FAE

Color information

#A07FAE (or 0xA07FAE) is unknown color: approx Ce Soir. HEX triplet: A0, 7F and AE. RGB value is (160,127,174). Sum of RGB (Red+Green+Blue) = 160+127+174=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAE is #5F8051. Grayscale: #8E8E8E. Windows color (decimal): -6258770 or 11435936. OLE color: 11435936.

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

Color convert

RGB160127174-
CMYK0.080.2700.32
HSL282.13º22.49%59.02%-
HSV(B)282.13º27.01%68.24%-
XYZ29.7325.7143.44-
YUV142.22145.93140.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=34.71%
G=27.55%
B=37.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601271740.080.2700.32282.1322.4959.02
HexA07FAE81B02011a163b
Octal24017725610330404322673
Binary10100000111111110101110100011011010000010001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FAE; }

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

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

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

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

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

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

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

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