#A46DB6

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

Shades of Ce Soir #A46DB6

Tints of Ce Soir #A46DB6

Color information

#A46DB6 (or 0xA46DB6) is unknown color: approx Ce Soir. HEX triplet: A4, 6D and B6. RGB value is (164,109,182). Sum of RGB (Red+Green+Blue) = 164+109+182=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #A46DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DB6 is #5B9249. Grayscale: #858585. Windows color (decimal): -6001226 or 11955620. OLE color: 11955620.

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

Color convert

RGB164109182-
CMYK0.100.4000.29
HSL285.21º33.33%57.06%-
HSV(B)285.21º40.11%71.37%-
XYZ29.2222.2147-
YUV133.77155.22149.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 182 (71.48% from 255) = 40%
R=36.04%
G=23.96%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641091820.100.4000.29285.2133.3357.06
HexA46DB6A2801D11d2139
Octal24415526612500354354171
Binary101001001101101101101101010101000011101100011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DB6; }

 p { color: rgb(164,109,182); }

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

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

 a { background-color: rgb(164,109,182); }

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

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

 span { border-color: rgb(164,109,182); }

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