#A171AB

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

Shades of Ce Soir #A171AB

Tints of Ce Soir #A171AB

Color information

#A171AB (or 0xA171AB) is unknown color: approx Ce Soir. HEX triplet: A1, 71 and AB. RGB value is (161,113,171). Sum of RGB (Red+Green+Blue) = 161+113+171=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A171AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AB is #5E8E54. Grayscale: #858585. Windows color (decimal): -6196821 or 11235745. OLE color: 11235745.

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

Color convert

RGB161113171-
CMYK0.060.3400.33
HSL289.66º25.66%55.69%-
HSV(B)289.66º33.92%67.06%-
XYZ27.9522.3341.36-
YUV133.96148.9147.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=36.18%
G=25.39%
B=38.43%

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
Decimal1611131710.060.3400.33289.6625.6655.69
HexA171AB6220211221a38
Octal2411612536420414423270
Binary10100001111000110101011110100010010000110010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171AB; }

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

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

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

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

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

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

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

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