#A277AD

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

Shades of Ce Soir #A277AD

Tints of Ce Soir #A277AD

Color information

#A277AD (or 0xA277AD) is unknown color: approx Ce Soir. HEX triplet: A2, 77 and AD. RGB value is (162,119,173). Sum of RGB (Red+Green+Blue) = 162+119+173=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A277AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A277AD is #5D8852. Grayscale: #898989. Windows color (decimal): -6129747 or 11368354. OLE color: 11368354.

HSL color Cylindrical-coordinate representation of color #A277AD: hue angle of 287.78º 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 #A277AD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162119173-
CMYK0.060.3100.32
HSL287.78º24.77%57.25%-
HSV(B)287.78º31.21%67.84%-
XYZ29.0423.8942.62-
YUV138.01147.75145.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=35.68%
G=26.21%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621191730.060.3100.32287.7824.7757.25
HexA277AD61F0201201939
Octal2421672556370404403171
Binary1010001011101111010110111011111010000010010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277AD; }

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

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

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

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

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

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

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

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