Shades of Cold Purple #A59CB8
Tints of Cold Purple #A59CB8
RGB
CMYK
RGB Variations
Color information
#A59CB8 (or 0xA59CB8) is known color: Cold Purple. HEX triplet: A5, 9C and B8. RGB value is (165,156,184). Sum of RGB (Red+Green+Blue) = 165+156+184=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 184 - color contains mainly: blue. Hex color #A59CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CB8 is #5A6347. Grayscale: #A1A1A1. Windows color (decimal): -5923656 or 12098725. OLE color: 12098725.
HSL color Cylindrical-coordinate representation of color #A59CB8: hue angle of 259.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59CB8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 156 | 184 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.28 |
| HSL | 259.29º | 0.16% | 0.67% | - |
| HSV(B) | 259.29º | 0.15% | 0.72% | - |
| XYZ | 36.06 | 35.24 | 50.25 | - |
| YUV | 161.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 184 | 0.10 | 0.15 | 0 | 0.28 | 259.29 | 0.16 | 0.67 |
| Hex | A5 | 9C | B8 | A | F | 0 | 1C | 103 | 10 | 43 |
| Octal | 245 | 234 | 270 | 12 | 17 | 0 | 34 | 403 | 20 | 103 |
| Binary | 10100101 | 10011100 | 10111000 | 1010 | 1111 | 0 | 11100 | 100000011 | 10000 | 1000011 |
Color Harmonies of #A59CB8
Complementary color
Monochromatic Colors of #A59CB8
Black with #A59CB8
Text Example
Text Example
White with #A59CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CB8; }
p { color: rgb(165,156,184); }
H1.HeaderClassName
{
color: #A59CB8;
}
.AnyTagClassName
{
color: #A59CB8;
}
</style>
background-color css
<style>
a { background-color: #A59CB8; }
a { background-color: rgb(165,156,184); }
div.DivClassName
{
background-color: #A59CB8;
}
.BgClassName
{
background-color: #A59CB8;
}
</style>
border-color css
<style>
span { border-color: #A59CB8; }
span { border-color: rgb(165,156,184); }
td.TdClassName
{
border-color: #A59CB8;
}
.TagClassName
{
border-color: #A59CB8;
}
</style>