#A076AA

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

Shades of Ce Soir #A076AA

Tints of Ce Soir #A076AA

Color information

#A076AA (or 0xA076AA) is unknown color: approx Ce Soir. HEX triplet: A0, 76 and AA. RGB value is (160,118,170). Sum of RGB (Red+Green+Blue) = 160+118+170=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A076AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AA is #5F8955. Grayscale: #888888. Windows color (decimal): -6261078 or 11171488. OLE color: 11171488.

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

Color convert

RGB160118170-
CMYK0.060.3100.33
HSL288.46º23.42%56.47%-
HSV(B)288.46º30.59%66.67%-
XYZ28.2323.3341.05-
YUV136.49146.91144.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=35.71%
G=26.34%
B=37.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601181700.060.3100.33288.4623.4256.47
HexA076AA61F0211201738
Octal2401662526370414402770
Binary1010000011101101010101011011111010000110010000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076AA; }

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

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

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

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

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

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

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

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