#A07EAE

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

Shades of Ce Soir #A07EAE

Tints of Ce Soir #A07EAE

Color information

#A07EAE (or 0xA07EAE) is unknown color: approx Ce Soir. HEX triplet: A0, 7E and AE. RGB value is (160,126,174). Sum of RGB (Red+Green+Blue) = 160+126+174=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAE is #5F8151. Grayscale: #8D8D8D. Windows color (decimal): -6259026 or 11435680. OLE color: 11435680.

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

Color convert

RGB160126174-
CMYK0.080.2800.32
HSL282.5º22.86%58.82%-
HSV(B)282.5º27.59%68.24%-
XYZ29.625.4543.4-
YUV141.64146.26141.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=34.78%
G=27.39%
B=37.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601261740.080.2800.32282.522.8658.82
HexA07EAE81C02011a173b
Octal24017625610340404322773
Binary10100000111111010101110100011100010000010001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAE; }

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

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

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

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

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

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

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

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