Shades of Ce Soir #A377B1
Tints of Ce Soir #A377B1
RGB
CMYK
RGB Variations
Color information
#A377B1 (or 0xA377B1) is known color: Ce Soir. HEX triplet: A3, 77 and B1. RGB value is (163,119,177). Sum of RGB (Red+Green+Blue) = 163+119+177=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #A377B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377B1 is #5C884E. Grayscale: #8A8A8A. Windows color (decimal): -6064207 or 11630499. OLE color: 11630499.
HSL color Cylindrical-coordinate representation of color #A377B1: hue angle of 285.52º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A377B1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 119 | 177 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.31 |
| HSL | 285.52º | 0.27% | 0.58% | - |
| HSV(B) | 285.52º | 0.33% | 0.69% | - |
| XYZ | 29.64 | 24.15 | 44.7 | - |
| YUV | 138.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 177 | 0.08 | 0.33 | 0 | 0.31 | 285.52 | 0.27 | 0.58 |
| Hex | A3 | 77 | B1 | 8 | 21 | 0 | 1F | 11E | 1B | 3A |
| Octal | 243 | 167 | 261 | 10 | 41 | 0 | 37 | 436 | 33 | 72 |
| Binary | 10100011 | 1110111 | 10110001 | 1000 | 100001 | 0 | 11111 | 100011110 | 11011 | 111010 |
Color Harmonies of #A377B1
Complementary color
Monochromatic Colors of #A377B1
Black with #A377B1
Text Example
Text Example
White with #A377B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377B1; }
p { color: rgb(163,119,177); }
H1.HeaderClassName
{
color: #A377B1;
}
.AnyTagClassName
{
color: #A377B1;
}
</style>
background-color css
<style>
a { background-color: #A377B1; }
a { background-color: rgb(163,119,177); }
div.DivClassName
{
background-color: #A377B1;
}
.BgClassName
{
background-color: #A377B1;
}
</style>
border-color css
<style>
span { border-color: #A377B1; }
span { border-color: rgb(163,119,177); }
td.TdClassName
{
border-color: #A377B1;
}
.TagClassName
{
border-color: #A377B1;
}
</style>