#A46BB4

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

Shades of Ce Soir #A46BB4

Tints of Ce Soir #A46BB4

Color information

#A46BB4 (or 0xA46BB4) is unknown color: approx Ce Soir. HEX triplet: A4, 6B and B4. RGB value is (164,107,180). Sum of RGB (Red+Green+Blue) = 164+107+180=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #A46BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BB4 is #5B944B. Grayscale: #848484. Windows color (decimal): -6001740 or 11824036. OLE color: 11824036.

HSL color Cylindrical-coordinate representation of color #A46BB4: hue angle of 286.85º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46BB4 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164107180-
CMYK0.090.4100.29
HSL286.85º32.74%56.27%-
HSV(B)286.85º40.56%70.59%-
XYZ28.8121.745.85-
YUV132.36154.88150.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=36.36%
G=23.73%
B=39.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641071800.090.4100.29286.8532.7456.27
HexA46BB492901D11f2138
Octal24415326411510354374170
Binary101001001101011101101001001101001011101100011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BB4; }

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

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

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

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

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

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

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

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