#A174AE

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

Shades of Ce Soir #A174AE

Tints of Ce Soir #A174AE

Color information

#A174AE (or 0xA174AE) is unknown color: approx Ce Soir. HEX triplet: A1, 74 and AE. RGB value is (161,116,174). Sum of RGB (Red+Green+Blue) = 161+116+174=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 116 (45.70% from 255 or 25.72% 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 #A174AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A174AE is #5E8B51. Grayscale: #878787. Windows color (decimal): -6196050 or 11433121. OLE color: 11433121.

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

Color convert

RGB161116174-
CMYK0.070.3300.32
HSL286.55º26.36%56.86%-
HSV(B)286.55º33.33%68.24%-
XYZ28.5823.1243-
YUV136.07149.41145.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=35.70%
G=25.72%
B=38.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611161740.070.3300.32286.5526.3656.86
HexA174AE72102011f1a39
Octal2411642567410404373271
Binary10100001111010010101110111100001010000010001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174AE; }

 p { color: rgb(161,116,174); }

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

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

 a { background-color: rgb(161,116,174); }

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

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

 span { border-color: rgb(161,116,174); }

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