#A277AB

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

Shades of Ce Soir #A277AB

Tints of Ce Soir #A277AB

Color information

#A277AB (or 0xA277AB) is unknown color: approx Ce Soir. HEX triplet: A2, 77 and AB. RGB value is (162,119,171). Sum of RGB (Red+Green+Blue) = 162+119+171=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A277AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A277AB is #5D8854. Grayscale: #898989. Windows color (decimal): -6129749 or 11237282. OLE color: 11237282.

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

Color convert

RGB162119171-
CMYK0.050.3000.33
HSL289.62º23.64%56.86%-
HSV(B)289.62º30.41%67.06%-
XYZ28.8523.8241.6-
YUV137.78146.75145.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=35.84%
G=26.33%
B=37.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621191710.050.3000.33289.6223.6456.86
HexA277AB51E0211221839
Octal2421672535360414423071
Binary1010001011101111010101110111110010000110010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277AB; }

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

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

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

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

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

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

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

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