#A471AE

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

Shades of Ce Soir #A471AE

Tints of Ce Soir #A471AE

Color information

#A471AE (or 0xA471AE) is unknown color: approx Ce Soir. HEX triplet: A4, 71 and AE. RGB value is (164,113,174). Sum of RGB (Red+Green+Blue) = 164+113+174=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #A471AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AE is #5B8E51. Grayscale: #878787. Windows color (decimal): -6000210 or 11432356. OLE color: 11432356.

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

Color convert

RGB164113174-
CMYK0.060.3500.32
HSL290.16º27.35%56.27%-
HSV(B)290.16º35.06%68.24%-
XYZ28.8522.7642.92-
YUV135.2149.9148.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=36.36%
G=25.06%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641131740.060.3500.32290.1627.3556.27
HexA471AE6230201221b38
Octal2441612566430404423370
Binary10100100111000110101110110100011010000010010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471AE; }

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

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

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

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

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

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

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

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