#A16FB4

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

Shades of Ce Soir #A16FB4

Tints of Ce Soir #A16FB4

Color information

#A16FB4 (or 0xA16FB4) is unknown color: approx Ce Soir. HEX triplet: A1, 6F and B4. RGB value is (161,111,180). Sum of RGB (Red+Green+Blue) = 161+111+180=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #A16FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FB4 is #5E904B. Grayscale: #858585. Windows color (decimal): -6197324 or 11825057. OLE color: 11825057.

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

Color convert

RGB161111180-
CMYK0.110.3800.29
HSL283.48º31.51%57.06%-
HSV(B)283.48º38.33%70.59%-
XYZ28.6222.2445.96-
YUV133.82154.06147.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=35.62%
G=24.56%
B=39.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611111800.110.3800.29283.4831.5157.06
HexA16FB4B2601D11b2039
Octal24115726413460354334071
Binary101000011101111101101001011100110011101100011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FB4; }

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

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

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

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

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

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

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

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