#A171AC

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

Shades of Ce Soir #A171AC

Tints of Ce Soir #A171AC

Color information

#A171AC (or 0xA171AC) is unknown color: approx Ce Soir. HEX triplet: A1, 71 and AC. RGB value is (161,113,172). Sum of RGB (Red+Green+Blue) = 161+113+172=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A171AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AC is #5E8E53. Grayscale: #858585. Windows color (decimal): -6196820 or 11301281. OLE color: 11301281.

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

Color convert

RGB161113172-
CMYK0.060.3400.33
HSL288.81º26.22%55.88%-
HSV(B)288.81º34.3%67.45%-
XYZ28.0522.3741.87-
YUV134.08149.4147.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=36.10%
G=25.34%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611131720.060.3400.33288.8126.2255.88
HexA171AC6220211211a38
Octal2411612546420414413270
Binary10100001111000110101100110100010010000110010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171AC; }

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

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

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

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

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

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

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

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