#A171AA

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

Shades of Ce Soir #A171AA

Tints of Ce Soir #A171AA

Color information

#A171AA (or 0xA171AA) is unknown color: approx Ce Soir. HEX triplet: A1, 71 and AA. RGB value is (161,113,170). Sum of RGB (Red+Green+Blue) = 161+113+170=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A171AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AA is #5E8E55. Grayscale: #858585. Windows color (decimal): -6196822 or 11170209. OLE color: 11170209.

HSL color Cylindrical-coordinate representation of color #A171AA: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A171AA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161113170-
CMYK0.050.3400.33
HSL290.53º25.11%55.49%-
HSV(B)290.53º33.53%66.67%-
XYZ27.8622.2940.86-
YUV133.85148.4147.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=36.26%
G=25.45%
B=38.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611131700.050.3400.33290.5325.1155.49
HexA171AA5220211231937
Octal2411612525420414433167
Binary10100001111000110101010101100010010000110010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171AA; }

 p { color: rgb(161,113,170); }

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

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

 a { background-color: rgb(161,113,170); }

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

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

 span { border-color: rgb(161,113,170); }

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