#A17AAB

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

Shades of Ce Soir #A17AAB

Tints of Ce Soir #A17AAB

Color information

#A17AAB (or 0xA17AAB) is unknown color: approx Ce Soir. HEX triplet: A1, 7A and AB. RGB value is (161,122,171). Sum of RGB (Red+Green+Blue) = 161+122+171=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A17AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17AAB is #5E8554. Grayscale: #8B8B8B. Windows color (decimal): -6194517 or 11238049. OLE color: 11238049.

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

Color convert

RGB161122171-
CMYK0.060.2900.33
HSL287.76º22.58%57.45%-
HSV(B)287.76º28.65%67.06%-
XYZ29.0124.4441.72-
YUV139.25145.92143.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=35.46%
G=26.87%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611221710.060.2900.33287.7622.5857.45
HexA17AAB61D0211201739
Octal2411722536350414402771
Binary1010000111110101010101111011101010000110010000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AAB; }

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

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

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

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

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

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

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

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