#A077AD

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

Shades of Ce Soir #A077AD

Tints of Ce Soir #A077AD

Color information

#A077AD (or 0xA077AD) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AD. RGB value is (160,119,173). Sum of RGB (Red+Green+Blue) = 160+119+173=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A077AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AD is #5F8852. Grayscale: #898989. Windows color (decimal): -6260819 or 11368352. OLE color: 11368352.

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

Color convert

RGB160119173-
CMYK0.080.3100.32
HSL285.56º24.77%57.25%-
HSV(B)285.56º31.21%67.84%-
XYZ28.6423.6842.6-
YUV137.42148.08144.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=35.40%
G=26.33%
B=38.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601191730.080.3100.32285.5624.7757.25
HexA077AD81F02011e1939
Octal24016725510370404363171
Binary10100000111011110101101100011111010000010001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AD; }

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

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

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

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

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

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

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

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