Shades of Cold Purple #A598BC
Tints of Cold Purple #A598BC
RGB
CMYK
RGB Variations
Color information
#A598BC (or 0xA598BC) is known color: Cold Purple. HEX triplet: A5, 98 and BC. RGB value is (165,152,188). Sum of RGB (Red+Green+Blue) = 165+152+188=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A598BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BC is #5A6743. Grayscale: #9F9F9F. Windows color (decimal): -5924676 or 12359845. OLE color: 12359845.
HSL color Cylindrical-coordinate representation of color #A598BC: hue angle of 261.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A598BC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 152 | 188 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.26 |
| HSL | 261.67º | 0.21% | 0.67% | - |
| HSV(B) | 261.67º | 0.19% | 0.74% | - |
| XYZ | 35.82 | 34.09 | 52.27 | - |
| YUV | 159.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 188 | 0.12 | 0.19 | 0 | 0.26 | 261.67 | 0.21 | 0.67 |
| Hex | A5 | 98 | BC | C | 13 | 0 | 1A | 106 | 15 | 43 |
| Octal | 245 | 230 | 274 | 14 | 23 | 0 | 32 | 406 | 25 | 103 |
| Binary | 10100101 | 10011000 | 10111100 | 1100 | 10011 | 0 | 11010 | 100000110 | 10101 | 1000011 |
Color Harmonies of #A598BC
Complementary color
Monochromatic Colors of #A598BC
Black with #A598BC
Text Example
Text Example
White with #A598BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598BC; }
p { color: rgb(165,152,188); }
H1.HeaderClassName
{
color: #A598BC;
}
.AnyTagClassName
{
color: #A598BC;
}
</style>
background-color css
<style>
a { background-color: #A598BC; }
a { background-color: rgb(165,152,188); }
div.DivClassName
{
background-color: #A598BC;
}
.BgClassName
{
background-color: #A598BC;
}
</style>
border-color css
<style>
span { border-color: #A598BC; }
span { border-color: rgb(165,152,188); }
td.TdClassName
{
border-color: #A598BC;
}
.TagClassName
{
border-color: #A598BC;
}
</style>