#A271AE

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

Shades of Ce Soir #A271AE

Tints of Ce Soir #A271AE

Color information

#A271AE (or 0xA271AE) is unknown color: approx Ce Soir. HEX triplet: A2, 71 and AE. RGB value is (162,113,174). Sum of RGB (Red+Green+Blue) = 162+113+174=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A271AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AE is #5D8E51. Grayscale: #868686. Windows color (decimal): -6131282 or 11432354. OLE color: 11432354.

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

Color convert

RGB162113174-
CMYK0.070.3500.32
HSL288.2º27.35%56.27%-
HSV(B)288.2º35.06%68.24%-
XYZ28.4522.5542.9-
YUV134.61150.23147.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=36.08%
G=25.17%
B=38.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621131740.070.3500.32288.227.3556.27
HexA271AE7230201201b38
Octal2421612567430404403370
Binary10100010111000110101110111100011010000010010000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271AE; }

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

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

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

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

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

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

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

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