#A46EB7

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

Shades of Ce Soir #A46EB7

Tints of Ce Soir #A46EB7

Color information

#A46EB7 (or 0xA46EB7) is unknown color: approx Ce Soir. HEX triplet: A4, 6E and B7. RGB value is (164,110,183). Sum of RGB (Red+Green+Blue) = 164+110+183=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #A46EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EB7 is #5B9148. Grayscale: #868686. Windows color (decimal): -6000969 or 12021412. OLE color: 12021412.

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

Color convert

RGB164110183-
CMYK0.100.4000.28
HSL284.38º33.64%57.45%-
HSV(B)284.38º39.89%71.76%-
XYZ29.4322.4647.58-
YUV134.47155.39149.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=35.89%
G=24.07%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641101830.100.4000.28284.3833.6457.45
HexA46EB7A2801C11c2239
Octal24415626712500344344271
Binary101001001101110101101111010101000011100100011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EB7; }

 p { color: rgb(164,110,183); }

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

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

 a { background-color: rgb(164,110,183); }

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

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

 span { border-color: rgb(164,110,183); }

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