#A17BAC

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

Shades of Ce Soir #A17BAC

Tints of Ce Soir #A17BAC

Color information

#A17BAC (or 0xA17BAC) is unknown color: approx Ce Soir. HEX triplet: A1, 7B and AC. RGB value is (161,123,172). Sum of RGB (Red+Green+Blue) = 161+123+172=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #A17BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BAC is #5E8453. Grayscale: #8B8B8B. Windows color (decimal): -6194260 or 11303841. OLE color: 11303841.

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

Color convert

RGB161123172-
CMYK0.060.2800.33
HSL286.53º22.79%57.84%-
HSV(B)286.53º28.49%67.45%-
XYZ29.2324.7242.26-
YUV139.95146.09143.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=35.31%
G=26.97%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611231720.060.2800.33286.5322.7957.84
HexA17BAC61C02111f173a
Octal2411732546340414372772
Binary1010000111110111010110011011100010000110001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BAC; }

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

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

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

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

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

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

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

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