Shades of Ce Soir #A572B4
Tints of Ce Soir #A572B4
RGB
CMYK
RGB Variations
Color information
#A572B4 (or 0xA572B4) is known color: Ce Soir. HEX triplet: A5, 72 and B4. RGB value is (165,114,180). Sum of RGB (Red+Green+Blue) = 165+114+180=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #A572B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572B4 is #5A8D4B. Grayscale: #888888. Windows color (decimal): -5934412 or 11825829. OLE color: 11825829.
HSL color Cylindrical-coordinate representation of color #A572B4: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A572B4 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 114 | 180 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.29 |
| HSL | 286.36º | 0.31% | 0.58% | - |
| HSV(B) | 286.36º | 0.37% | 0.71% | - |
| XYZ | 29.77 | 23.33 | 46.11 | - |
| YUV | 136.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 180 | 0.08 | 0.37 | 0 | 0.29 | 286.36 | 0.31 | 0.58 |
| Hex | A5 | 72 | B4 | 8 | 25 | 0 | 1D | 11E | 1F | 3A |
| Octal | 245 | 162 | 264 | 10 | 45 | 0 | 35 | 436 | 37 | 72 |
| Binary | 10100101 | 1110010 | 10110100 | 1000 | 100101 | 0 | 11101 | 100011110 | 11111 | 111010 |
Color Harmonies of #A572B4
Complementary color
Monochromatic Colors of #A572B4
Black with #A572B4
Text Example
Text Example
White with #A572B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572B4; }
p { color: rgb(165,114,180); }
H1.HeaderClassName
{
color: #A572B4;
}
.AnyTagClassName
{
color: #A572B4;
}
</style>
background-color css
<style>
a { background-color: #A572B4; }
a { background-color: rgb(165,114,180); }
div.DivClassName
{
background-color: #A572B4;
}
.BgClassName
{
background-color: #A572B4;
}
</style>
border-color css
<style>
span { border-color: #A572B4; }
span { border-color: rgb(165,114,180); }
td.TdClassName
{
border-color: #A572B4;
}
.TagClassName
{
border-color: #A572B4;
}
</style>