#A46CB4

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

Shades of Ce Soir #A46CB4

Tints of Ce Soir #A46CB4

Color information

#A46CB4 (or 0xA46CB4) is unknown color: approx Ce Soir. HEX triplet: A4, 6C and B4. RGB value is (164,108,180). Sum of RGB (Red+Green+Blue) = 164+108+180=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 108 (42.58% from 255 or 23.89% 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 #A46CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CB4 is #5B934B. Grayscale: #848484. Windows color (decimal): -6001484 or 11824292. OLE color: 11824292.

HSL color Cylindrical-coordinate representation of color #A46CB4: hue angle of 286.67º 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 #A46CB4 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164108180-
CMYK0.090.4000.29
HSL286.67º32.43%56.47%-
HSV(B)286.67º40%70.59%-
XYZ28.9121.9145.89-
YUV132.95154.55150.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=36.28%
G=23.89%
B=39.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641081800.090.4000.29286.6732.4356.47
HexA46CB492801D11f2038
Octal24415426411500354374070
Binary101001001101100101101001001101000011101100011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CB4; }

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

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

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

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

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

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

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

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