#A16FB5

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

Shades of Ce Soir #A16FB5

Tints of Ce Soir #A16FB5

Color information

#A16FB5 (or 0xA16FB5) is unknown color: approx Ce Soir. HEX triplet: A1, 6F and B5. RGB value is (161,111,181). Sum of RGB (Red+Green+Blue) = 161+111+181=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #A16FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FB5 is #5E904A. Grayscale: #858585. Windows color (decimal): -6197323 or 11890593. OLE color: 11890593.

HSL color Cylindrical-coordinate representation of color #A16FB5: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16FB5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161111181-
CMYK0.110.3900.29
HSL282.86º32.11%57.25%-
HSV(B)282.86º38.67%70.98%-
XYZ28.7222.2846.5-
YUV133.93154.56147.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=35.54%
G=24.50%
B=39.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611111810.110.3900.29282.8632.1157.25
HexA16FB5B2701D11b2039
Octal24115726513470354334071
Binary101000011101111101101011011100111011101100011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FB5; }

 p { color: rgb(161,111,181); }

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

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

 a { background-color: rgb(161,111,181); }

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

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

 span { border-color: rgb(161,111,181); }

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