Shades of Cold Purple #A596C0
Tints of Cold Purple #A596C0
RGB
CMYK
RGB Variations
Color information
#A596C0 (or 0xA596C0) is known color: Cold Purple. HEX triplet: A5, 96 and C0. RGB value is (165,150,192). Sum of RGB (Red+Green+Blue) = 165+150+192=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A596C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596C0 is #5A693F. Grayscale: #9F9F9F. Windows color (decimal): -5925184 or 12621477. OLE color: 12621477.
HSL color Cylindrical-coordinate representation of color #A596C0: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A596C0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 150 | 192 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.25 |
| HSL | 261.43º | 0.25% | 0.67% | - |
| HSV(B) | 261.43º | 0.22% | 0.75% | - |
| XYZ | 35.94 | 33.62 | 54.46 | - |
| YUV | 159.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 192 | 0.14 | 0.22 | 0 | 0.25 | 261.43 | 0.25 | 0.67 |
| Hex | A5 | 96 | C0 | E | 16 | 0 | 19 | 105 | 19 | 43 |
| Octal | 245 | 226 | 300 | 16 | 26 | 0 | 31 | 405 | 31 | 103 |
| Binary | 10100101 | 10010110 | 11000000 | 1110 | 10110 | 0 | 11001 | 100000101 | 11001 | 1000011 |
Color Harmonies of #A596C0
Complementary color
Monochromatic Colors of #A596C0
Black with #A596C0
Text Example
Text Example
White with #A596C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A596C0; }
p { color: rgb(165,150,192); }
H1.HeaderClassName
{
color: #A596C0;
}
.AnyTagClassName
{
color: #A596C0;
}
</style>
background-color css
<style>
a { background-color: #A596C0; }
a { background-color: rgb(165,150,192); }
div.DivClassName
{
background-color: #A596C0;
}
.BgClassName
{
background-color: #A596C0;
}
</style>
border-color css
<style>
span { border-color: #A596C0; }
span { border-color: rgb(165,150,192); }
td.TdClassName
{
border-color: #A596C0;
}
.TagClassName
{
border-color: #A596C0;
}
</style>