Shades of Cold Purple #A596BE
Tints of Cold Purple #A596BE
RGB
CMYK
RGB Variations
Color information
#A596BE (or 0xA596BE) is known color: Cold Purple. HEX triplet: A5, 96 and BE. RGB value is (165,150,190). Sum of RGB (Red+Green+Blue) = 165+150+190=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A596BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BE is #5A6941. Grayscale: #9E9E9E. Windows color (decimal): -5925186 or 12490405. OLE color: 12490405.
HSL color Cylindrical-coordinate representation of color #A596BE: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A596BE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 150 | 190 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.25 |
| HSL | 262.5º | 0.24% | 0.67% | - |
| HSV(B) | 262.5º | 0.21% | 0.75% | - |
| XYZ | 35.72 | 33.53 | 53.3 | - |
| YUV | 159.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 190 | 0.13 | 0.21 | 0 | 0.25 | 262.5 | 0.24 | 0.67 |
| Hex | A5 | 96 | BE | D | 15 | 0 | 19 | 106 | 18 | 43 |
| Octal | 245 | 226 | 276 | 15 | 25 | 0 | 31 | 406 | 30 | 103 |
| Binary | 10100101 | 10010110 | 10111110 | 1101 | 10101 | 0 | 11001 | 100000110 | 11000 | 1000011 |
Color Harmonies of #A596BE
Complementary color
Monochromatic Colors of #A596BE
Black with #A596BE
Text Example
Text Example
White with #A596BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A596BE; }
p { color: rgb(165,150,190); }
H1.HeaderClassName
{
color: #A596BE;
}
.AnyTagClassName
{
color: #A596BE;
}
</style>
background-color css
<style>
a { background-color: #A596BE; }
a { background-color: rgb(165,150,190); }
div.DivClassName
{
background-color: #A596BE;
}
.BgClassName
{
background-color: #A596BE;
}
</style>
border-color css
<style>
span { border-color: #A596BE; }
span { border-color: rgb(165,150,190); }
td.TdClassName
{
border-color: #A596BE;
}
.TagClassName
{
border-color: #A596BE;
}
</style>