#A16CB4

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

Shades of Ce Soir #A16CB4

Tints of Ce Soir #A16CB4

Color information

#A16CB4 (or 0xA16CB4) is unknown color: approx Ce Soir. HEX triplet: A1, 6C and B4. RGB value is (161,108,180). Sum of RGB (Red+Green+Blue) = 161+108+180=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #A16CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CB4 is #5E934B. Grayscale: #838383. Windows color (decimal): -6198092 or 11824289. OLE color: 11824289.

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

Color convert

RGB161108180-
CMYK0.110.4000.29
HSL284.17º32.43%56.47%-
HSV(B)284.17º40%70.59%-
XYZ28.321.645.86-
YUV132.06155.06148.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=35.86%
G=24.05%
B=40.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611081800.110.4000.29284.1732.4356.47
HexA16CB4B2801D11c2038
Octal24115426413500354344070
Binary101000011101100101101001011101000011101100011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CB4; }

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

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

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

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

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

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

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

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