#A277AE

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

Shades of Ce Soir #A277AE

Tints of Ce Soir #A277AE

Color information

#A277AE (or 0xA277AE) is unknown color: approx Ce Soir. HEX triplet: A2, 77 and AE. RGB value is (162,119,174). Sum of RGB (Red+Green+Blue) = 162+119+174=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #A277AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A277AE is #5D8851. Grayscale: #898989. Windows color (decimal): -6129746 or 11433890. OLE color: 11433890.

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

Color convert

RGB162119174-
CMYK0.070.3200.32
HSL286.91º25.35%57.45%-
HSV(B)286.91º31.61%68.24%-
XYZ29.1423.9343.13-
YUV138.13148.25145.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=35.60%
G=26.15%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621191740.070.3200.32286.9125.3557.45
HexA277AE72002011f1939
Octal2421672567400404373171
Binary10100010111011110101110111100000010000010001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277AE; }

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

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

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

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

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

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

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

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