#A07EAD

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

Shades of Ce Soir #A07EAD

Tints of Ce Soir #A07EAD

Color information

#A07EAD (or 0xA07EAD) is unknown color: approx Ce Soir. HEX triplet: A0, 7E and AD. RGB value is (160,126,173). Sum of RGB (Red+Green+Blue) = 160+126+173=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAD is #5F8152. Grayscale: #8D8D8D. Windows color (decimal): -6259027 or 11370144. OLE color: 11370144.

HSL color Cylindrical-coordinate representation of color #A07EAD: hue angle of 283.4º 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 #A07EAD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160126173-
CMYK0.080.2700.32
HSL283.4º22.27%58.63%-
HSV(B)283.4º27.17%67.84%-
XYZ29.525.4142.89-
YUV141.52145.76141.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=34.86%
G=27.45%
B=37.69%

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
Decimal1601261730.080.2700.32283.422.2758.63
HexA07EAD81B02011b163b
Octal24017625510330404332673
Binary10100000111111010101101100011011010000010001101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAD; }

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

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

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

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

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

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

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

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