Shades of Cold Purple #A598B9
Tints of Cold Purple #A598B9
RGB
CMYK
RGB Variations
Color information
#A598B9 (or 0xA598B9) is known color: Cold Purple. HEX triplet: A5, 98 and B9. RGB value is (165,152,185). Sum of RGB (Red+Green+Blue) = 165+152+185=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #A598B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598B9 is #5A6746. Grayscale: #9F9F9F. Windows color (decimal): -5924679 or 12163237. OLE color: 12163237.
HSL color Cylindrical-coordinate representation of color #A598B9: hue angle of 263.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A598B9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 152 | 185 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.27 |
| HSL | 263.64º | 0.19% | 0.66% | - |
| HSV(B) | 263.64º | 0.18% | 0.73% | - |
| XYZ | 35.5 | 33.96 | 50.58 | - |
| YUV | 159.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 185 | 0.11 | 0.18 | 0 | 0.27 | 263.64 | 0.19 | 0.66 |
| Hex | A5 | 98 | B9 | B | 12 | 0 | 1B | 108 | 13 | 42 |
| Octal | 245 | 230 | 271 | 13 | 22 | 0 | 33 | 410 | 23 | 102 |
| Binary | 10100101 | 10011000 | 10111001 | 1011 | 10010 | 0 | 11011 | 100001000 | 10011 | 1000010 |
Color Harmonies of #A598B9
Complementary color
Monochromatic Colors of #A598B9
Black with #A598B9
Text Example
Text Example
White with #A598B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598B9; }
p { color: rgb(165,152,185); }
H1.HeaderClassName
{
color: #A598B9;
}
.AnyTagClassName
{
color: #A598B9;
}
</style>
background-color css
<style>
a { background-color: #A598B9; }
a { background-color: rgb(165,152,185); }
div.DivClassName
{
background-color: #A598B9;
}
.BgClassName
{
background-color: #A598B9;
}
</style>
border-color css
<style>
span { border-color: #A598B9; }
span { border-color: rgb(165,152,185); }
td.TdClassName
{
border-color: #A598B9;
}
.TagClassName
{
border-color: #A598B9;
}
</style>