Shades of Cold Purple #A498B4
Tints of Cold Purple #A498B4
RGB
CMYK
RGB Variations
Color information
#A498B4 (or 0xA498B4) is known color: Cold Purple. HEX triplet: A4, 98 and B4. RGB value is (164,152,180). Sum of RGB (Red+Green+Blue) = 164+152+180=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #A498B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498B4 is #5B674B. Grayscale: #9E9E9E. Windows color (decimal): -5990220 or 11835556. OLE color: 11835556.
HSL color Cylindrical-coordinate representation of color #A498B4: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A498B4 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 152 | 180 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.29 |
| HSL | 265.71º | 0.16% | 0.65% | - |
| HSV(B) | 265.71º | 0.16% | 0.71% | - |
| XYZ | 34.78 | 33.64 | 47.84 | - |
| YUV | 158.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 180 | 0.09 | 0.16 | 0 | 0.29 | 265.71 | 0.16 | 0.65 |
| Hex | A4 | 98 | B4 | 9 | 10 | 0 | 1D | 10A | 10 | 41 |
| Octal | 244 | 230 | 264 | 11 | 20 | 0 | 35 | 412 | 20 | 101 |
| Binary | 10100100 | 10011000 | 10110100 | 1001 | 10000 | 0 | 11101 | 100001010 | 10000 | 1000001 |
Color Harmonies of #A498B4
Complementary color
Monochromatic Colors of #A498B4
Black with #A498B4
Text Example
Text Example
White with #A498B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498B4; }
p { color: rgb(164,152,180); }
H1.HeaderClassName
{
color: #A498B4;
}
.AnyTagClassName
{
color: #A498B4;
}
</style>
background-color css
<style>
a { background-color: #A498B4; }
a { background-color: rgb(164,152,180); }
div.DivClassName
{
background-color: #A498B4;
}
.BgClassName
{
background-color: #A498B4;
}
</style>
border-color css
<style>
span { border-color: #A498B4; }
span { border-color: rgb(164,152,180); }
td.TdClassName
{
border-color: #A498B4;
}
.TagClassName
{
border-color: #A498B4;
}
</style>