#A169B1

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

Shades of Ce Soir #A169B1

Tints of Ce Soir #A169B1

Color information

#A169B1 (or 0xA169B1) is unknown color: approx Ce Soir. HEX triplet: A1, 69 and B1. RGB value is (161,105,177). Sum of RGB (Red+Green+Blue) = 161+105+177=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #A169B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169B1 is #5E964E. Grayscale: #818181. Windows color (decimal): -6198863 or 11626913. OLE color: 11626913.

HSL color Cylindrical-coordinate representation of color #A169B1: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A169B1 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161105177-
CMYK0.090.4100.31
HSL286.67º31.58%55.29%-
HSV(B)286.67º40.68%69.41%-
XYZ27.6920.8544.16-
YUV129.95154.55150.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=36.34%
G=23.70%
B=39.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611051770.090.4100.31286.6731.5855.29
HexA169B192901F11f2037
Octal24115126111510374374067
Binary101000011101001101100011001101001011111100011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169B1; }

 p { color: rgb(161,105,177); }

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

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

 a { background-color: rgb(161,105,177); }

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

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

 span { border-color: rgb(161,105,177); }

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