#A46CB3

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

Shades of Ce Soir #A46CB3

Tints of Ce Soir #A46CB3

Color information

#A46CB3 (or 0xA46CB3) is unknown color: approx Ce Soir. HEX triplet: A4, 6C and B3. RGB value is (164,108,179). Sum of RGB (Red+Green+Blue) = 164+108+179=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #A46CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CB3 is #5B934C. Grayscale: #848484. Windows color (decimal): -6001485 or 11758756. OLE color: 11758756.

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

Color convert

RGB164108179-
CMYK0.080.4000.30
HSL287.32º31.84%56.27%-
HSV(B)287.32º39.66%70.2%-
XYZ28.8121.8745.35-
YUV132.84154.05150.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=36.36%
G=23.95%
B=39.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641081790.080.4000.30287.3231.8456.27
HexA46CB382801E11f2038
Octal24415426310500364374070
Binary101001001101100101100111000101000011110100011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CB3; }

 p { color: rgb(164,108,179); }

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

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

 a { background-color: rgb(164,108,179); }

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

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

 span { border-color: rgb(164,108,179); }

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