#A27BAE

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

Shades of Ce Soir #A27BAE

Tints of Ce Soir #A27BAE

Color information

#A27BAE (or 0xA27BAE) is unknown color: approx Ce Soir. HEX triplet: A2, 7B and AE. RGB value is (162,123,174). Sum of RGB (Red+Green+Blue) = 162+123+174=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #A27BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BAE is #5D8451. Grayscale: #8C8C8C. Windows color (decimal): -6128722 or 11434914. OLE color: 11434914.

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

Color convert

RGB162123174-
CMYK0.070.2900.32
HSL285.88º23.94%58.24%-
HSV(B)285.88º29.31%68.24%-
XYZ29.6224.943.29-
YUV140.48146.92143.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=35.29%
G=26.80%
B=37.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621231740.070.2900.32285.8823.9458.24
HexA27BAE71D02011e183a
Octal2421732567350404363072
Binary1010001011110111010111011111101010000010001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BAE; }

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

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

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

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

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

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

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

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