#A076AB

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

Shades of Ce Soir #A076AB

Tints of Ce Soir #A076AB

Color information

#A076AB (or 0xA076AB) is unknown color: approx Ce Soir. HEX triplet: A0, 76 and AB. RGB value is (160,118,171). Sum of RGB (Red+Green+Blue) = 160+118+171=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AB is #5F8954. Grayscale: #888888. Windows color (decimal): -6261077 or 11237024. OLE color: 11237024.

HSL color Cylindrical-coordinate representation of color #A076AB: hue angle of 287.55º degrees, saturation: 0.24, 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 #A076AB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160118171-
CMYK0.060.3100.33
HSL287.55º23.98%56.67%-
HSV(B)287.55º30.99%67.06%-
XYZ28.3323.3741.55-
YUV136.6147.41144.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=35.63%
G=26.28%
B=38.08%

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
Decimal1601181710.060.3100.33287.5523.9856.67
HexA076AB61F0211201839
Octal2401662536370414403071
Binary1010000011101101010101111011111010000110010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076AB; }

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

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

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

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

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

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

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

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