#A17CAD

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

Shades of Ce Soir #A17CAD

Tints of Ce Soir #A17CAD

Color information

#A17CAD (or 0xA17CAD) is unknown color: approx Ce Soir. HEX triplet: A1, 7C and AD. RGB value is (161,124,173). Sum of RGB (Red+Green+Blue) = 161+124+173=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17CAD is #5E8352. Grayscale: #8C8C8C. Windows color (decimal): -6194003 or 11369633. OLE color: 11369633.

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

Color convert

RGB161124173-
CMYK0.070.2800.32
HSL285.31º23%58.24%-
HSV(B)285.31º28.32%67.84%-
XYZ29.4525.0142.81-
YUV140.65146.26142.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=35.15%
G=27.07%
B=37.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611241730.070.2800.32285.312358.24
HexA17CAD71C02011d173a
Octal2411742557340404352772
Binary1010000111111001010110111111100010000010001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CAD; }

 p { color: rgb(161,124,173); }

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

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

 a { background-color: rgb(161,124,173); }

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

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

 span { border-color: rgb(161,124,173); }

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