#A27AAE

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

Shades of Ce Soir #A27AAE

Tints of Ce Soir #A27AAE

Color information

#A27AAE (or 0xA27AAE) is unknown color: approx Ce Soir. HEX triplet: A2, 7A and AE. RGB value is (162,122,174). Sum of RGB (Red+Green+Blue) = 162+122+174=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #A27AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27AAE is #5D8551. Grayscale: #8B8B8B. Windows color (decimal): -6128978 or 11434658. OLE color: 11434658.

HSL color Cylindrical-coordinate representation of color #A27AAE: hue angle of 286.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27AAE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162122174-
CMYK0.070.3000.32
HSL286.15º24.3%58.04%-
HSV(B)286.15º29.89%68.24%-
XYZ29.524.6643.25-
YUV139.89147.25143.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=35.37%
G=26.64%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621221740.070.3000.32286.1524.358.04
HexA27AAE71E02011e183a
Octal2421722567360404363072
Binary1010001011110101010111011111110010000010001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27AAE; }

 p { color: rgb(162,122,174); }

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

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

 a { background-color: rgb(162,122,174); }

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

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

 span { border-color: rgb(162,122,174); }

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