#A277AA

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

Shades of Ce Soir #A277AA

Tints of Ce Soir #A277AA

Color information

#A277AA (or 0xA277AA) is unknown color: approx Ce Soir. HEX triplet: A2, 77 and AA. RGB value is (162,119,170). Sum of RGB (Red+Green+Blue) = 162+119+170=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A277AA is #5D8855. Grayscale: #898989. Windows color (decimal): -6129750 or 11171746. OLE color: 11171746.

HSL color Cylindrical-coordinate representation of color #A277AA: hue angle of 290.59º 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 #A277AA is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162119170-
CMYK0.050.300.33
HSL290.59º23.08%56.67%-
HSV(B)290.59º30%66.67%-
XYZ28.7523.7841.1-
YUV137.67146.25145.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=35.92%
G=26.39%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621191700.050.300.33290.5923.0856.67
HexA277AA51E0211231739
Octal2421672525360414432771
Binary1010001011101111010101010111110010000110010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277AA; }

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

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

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

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

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

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

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

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