#A171AF

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

Shades of Ce Soir #A171AF

Tints of Ce Soir #A171AF

Color information

#A171AF (or 0xA171AF) is unknown color: approx Ce Soir. HEX triplet: A1, 71 and AF. RGB value is (161,113,175). Sum of RGB (Red+Green+Blue) = 161+113+175=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #A171AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171AF is #5E8E50. Grayscale: #868686. Windows color (decimal): -6196817 or 11497889. OLE color: 11497889.

HSL color Cylindrical-coordinate representation of color #A171AF: hue angle of 286.45º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A171AF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161113175-
CMYK0.080.3500.31
HSL286.45º27.93%56.47%-
HSV(B)286.45º35.43%68.63%-
XYZ28.3422.4843.4-
YUV134.42150.9146.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=35.86%
G=25.17%
B=38.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611131750.080.3500.31286.4527.9356.47
HexA171AF82301F11e1c38
Octal24116125710430374363470
Binary10100001111000110101111100010001101111110001111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171AF; }

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

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

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

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

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

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

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

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