Shades of Cold Purple #A595B9
Tints of Cold Purple #A595B9
RGB
CMYK
RGB Variations
Color information
#A595B9 (or 0xA595B9) is known color: Cold Purple. HEX triplet: A5, 95 and B9. RGB value is (165,149,185). Sum of RGB (Red+Green+Blue) = 165+149+185=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #A595B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595B9 is #5A6A46. Grayscale: #9D9D9D. Windows color (decimal): -5925447 or 12162469. OLE color: 12162469.
HSL color Cylindrical-coordinate representation of color #A595B9: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A595B9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 149 | 185 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.27 |
| HSL | 266.67º | 0.2% | 0.65% | - |
| HSV(B) | 266.67º | 0.19% | 0.73% | - |
| XYZ | 35.02 | 33 | 50.42 | - |
| YUV | 157.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 185 | 0.11 | 0.19 | 0 | 0.27 | 266.67 | 0.2 | 0.65 |
| Hex | A5 | 95 | B9 | B | 13 | 0 | 1B | 10B | 14 | 41 |
| Octal | 245 | 225 | 271 | 13 | 23 | 0 | 33 | 413 | 24 | 101 |
| Binary | 10100101 | 10010101 | 10111001 | 1011 | 10011 | 0 | 11011 | 100001011 | 10100 | 1000001 |
Color Harmonies of #A595B9
Complementary color
Monochromatic Colors of #A595B9
Black with #A595B9
Text Example
Text Example
White with #A595B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595B9; }
p { color: rgb(165,149,185); }
H1.HeaderClassName
{
color: #A595B9;
}
.AnyTagClassName
{
color: #A595B9;
}
</style>
background-color css
<style>
a { background-color: #A595B9; }
a { background-color: rgb(165,149,185); }
div.DivClassName
{
background-color: #A595B9;
}
.BgClassName
{
background-color: #A595B9;
}
</style>
border-color css
<style>
span { border-color: #A595B9; }
span { border-color: rgb(165,149,185); }
td.TdClassName
{
border-color: #A595B9;
}
.TagClassName
{
border-color: #A595B9;
}
</style>