#A076AC

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

Shades of Ce Soir #A076AC

Tints of Ce Soir #A076AC

Color information

#A076AC (or 0xA076AC) is unknown color: approx Ce Soir. HEX triplet: A0, 76 and AC. RGB value is (160,118,172). Sum of RGB (Red+Green+Blue) = 160+118+172=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AC is #5F8953. Grayscale: #888888. Windows color (decimal): -6261076 or 11302560. OLE color: 11302560.

HSL color Cylindrical-coordinate representation of color #A076AC: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A076AC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160118172-
CMYK0.070.3100.33
HSL286.67º24.55%56.86%-
HSV(B)286.67º31.4%67.45%-
XYZ28.4223.4142.05-
YUV136.71147.91144.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=35.56%
G=26.22%
B=38.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601181720.070.3100.33286.6724.5556.86
HexA076AC71F02111f1939
Octal2401662547370414373171
Binary1010000011101101010110011111111010000110001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076AC; }

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

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

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

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

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

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

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

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