#A476AD

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

Shades of Ce Soir #A476AD

Tints of Ce Soir #A476AD

Color information

#A476AD (or 0xA476AD) is unknown color: approx Ce Soir. HEX triplet: A4, 76 and AD. RGB value is (164,118,173). Sum of RGB (Red+Green+Blue) = 164+118+173=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A476AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476AD is #5B8952. Grayscale: #898989. Windows color (decimal): -5998931 or 11368100. OLE color: 11368100.

HSL color Cylindrical-coordinate representation of color #A476AD: hue angle of 290.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A476AD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164118173-
CMYK0.050.3200.32
HSL290.18º25.11%57.06%-
HSV(B)290.18º31.79%67.84%-
XYZ29.3323.8742.6-
YUV138.02147.74146.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=36.04%
G=25.93%
B=38.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641181730.050.3200.32290.1825.1157.06
HexA476AD5200201221939
Octal2441662555400404423171
Binary10100100111011010101101101100000010000010010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476AD; }

 p { color: rgb(164,118,173); }

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

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

 a { background-color: rgb(164,118,173); }

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

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

 span { border-color: rgb(164,118,173); }

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