#A077AA

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

Shades of Ce Soir #A077AA

Tints of Ce Soir #A077AA

Color information

#A077AA (or 0xA077AA) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AA. RGB value is (160,119,170). Sum of RGB (Red+Green+Blue) = 160+119+170=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AA is #5F8855. Grayscale: #888888. Windows color (decimal): -6260822 or 11171744. OLE color: 11171744.

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

Color convert

RGB160119170-
CMYK0.060.300.33
HSL288.24º23.08%56.67%-
HSV(B)288.24º30%66.67%-
XYZ28.3523.5741.09-
YUV137.07146.58144.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=35.63%
G=26.50%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601191700.060.300.33288.2423.0856.67
HexA077AA61E0211201739
Octal2401672526360414402771
Binary1010000011101111010101011011110010000110010000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AA; }

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

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

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

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

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

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

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

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