Shades of Cold Purple #A598C4
Tints of Cold Purple #A598C4
RGB
CMYK
RGB Variations
Color information
#A598C4 (or 0xA598C4) is known color: Cold Purple. HEX triplet: A5, 98 and C4. RGB value is (165,152,196). Sum of RGB (Red+Green+Blue) = 165+152+196=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #A598C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598C4 is #5A673B. Grayscale: #A0A0A0. Windows color (decimal): -5924668 or 12884133. OLE color: 12884133.
HSL color Cylindrical-coordinate representation of color #A598C4: hue angle of 257.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A598C4 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 152 | 196 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.23 |
| HSL | 257.73º | 0.27% | 0.68% | - |
| HSV(B) | 257.73º | 0.22% | 0.77% | - |
| XYZ | 36.71 | 34.44 | 56.94 | - |
| YUV | 160.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 196 | 0.16 | 0.22 | 0 | 0.23 | 257.73 | 0.27 | 0.68 |
| Hex | A5 | 98 | C4 | 10 | 16 | 0 | 17 | 102 | 1B | 44 |
| Octal | 245 | 230 | 304 | 20 | 26 | 0 | 27 | 402 | 33 | 104 |
| Binary | 10100101 | 10011000 | 11000100 | 10000 | 10110 | 0 | 10111 | 100000010 | 11011 | 1000100 |
Color Harmonies of #A598C4
Complementary color
Monochromatic Colors of #A598C4
Black with #A598C4
Text Example
Text Example
White with #A598C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598C4; }
p { color: rgb(165,152,196); }
H1.HeaderClassName
{
color: #A598C4;
}
.AnyTagClassName
{
color: #A598C4;
}
</style>
background-color css
<style>
a { background-color: #A598C4; }
a { background-color: rgb(165,152,196); }
div.DivClassName
{
background-color: #A598C4;
}
.BgClassName
{
background-color: #A598C4;
}
</style>
border-color css
<style>
span { border-color: #A598C4; }
span { border-color: rgb(165,152,196); }
td.TdClassName
{
border-color: #A598C4;
}
.TagClassName
{
border-color: #A598C4;
}
</style>