#A07EAF

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

Shades of Ce Soir #A07EAF

Tints of Ce Soir #A07EAF

Color information

#A07EAF (or 0xA07EAF) is unknown color: approx Ce Soir. HEX triplet: A0, 7E and AF. RGB value is (160,126,175). Sum of RGB (Red+Green+Blue) = 160+126+175=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAF is #5F8150. Grayscale: #8D8D8D. Windows color (decimal): -6259025 or 11501216. OLE color: 11501216.

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

Color convert

RGB160126175-
CMYK0.090.2800.31
HSL281.63º23.44%59.02%-
HSV(B)281.63º28%68.63%-
XYZ29.725.4943.91-
YUV141.75146.76141.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=34.71%
G=27.33%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601261750.090.2800.31281.6323.4459.02
HexA07EAF91C01F11a173b
Octal24017625711340374322773
Binary1010000011111101010111110011110001111110001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07EAF; }

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

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

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

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

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

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

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

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