#A377AD

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

Shades of Ce Soir #A377AD

Tints of Ce Soir #A377AD

Color information

#A377AD (or 0xA377AD) is unknown color: approx Ce Soir. HEX triplet: A3, 77 and AD. RGB value is (163,119,173). Sum of RGB (Red+Green+Blue) = 163+119+173=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A377AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377AD is #5C8852. Grayscale: #8A8A8A. Windows color (decimal): -6064211 or 11368355. OLE color: 11368355.

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

Color convert

RGB163119173-
CMYK0.060.3100.32
HSL288.89º24.77%57.25%-
HSV(B)288.89º31.21%67.84%-
XYZ29.242442.63-
YUV138.31147.58145.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=35.82%
G=26.15%
B=38.02%

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
Decimal1631191730.060.3100.32288.8924.7757.25
HexA377AD61F0201211939
Octal2431672556370404413171
Binary1010001111101111010110111011111010000010010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377AD; }

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

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

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

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

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

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

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

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