#A076AD

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

Shades of Ce Soir #A076AD

Tints of Ce Soir #A076AD

Color information

#A076AD (or 0xA076AD) is unknown color: approx Ce Soir. HEX triplet: A0, 76 and AD. RGB value is (160,118,173). Sum of RGB (Red+Green+Blue) = 160+118+173=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AD is #5F8952. Grayscale: #888888. Windows color (decimal): -6261075 or 11368096. OLE color: 11368096.

HSL color Cylindrical-coordinate representation of color #A076AD: hue angle of 285.82º 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 #A076AD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160118173-
CMYK0.080.3200.32
HSL285.82º25.11%57.06%-
HSV(B)285.82º31.79%67.84%-
XYZ28.5223.4542.56-
YUV136.83148.41144.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=35.48%
G=26.16%
B=38.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601181730.080.3200.32285.8225.1157.06
HexA076AD82002011e1939
Octal24016625510400404363171
Binary101000001110110101011011000100000010000010001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076AD; }

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

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

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

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

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

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

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

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