Shades of Cold Purple #A298AE
Tints of Cold Purple #A298AE
RGB
CMYK
RGB Variations
Color information
#A298AE (or 0xA298AE) is known color: Cold Purple. HEX triplet: A2, 98 and AE. RGB value is (162,152,174). Sum of RGB (Red+Green+Blue) = 162+152+174=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #A298AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298AE is #5D6751. Grayscale: #9D9D9D. Windows color (decimal): -6121298 or 11442338. OLE color: 11442338.
HSL color Cylindrical-coordinate representation of color #A298AE: hue angle of 267.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A298AE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 152 | 174 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.32 |
| HSL | 267.27º | 0.12% | 0.64% | - |
| HSV(B) | 267.27º | 0.13% | 0.68% | - |
| XYZ | 33.77 | 33.19 | 44.67 | - |
| YUV | 157.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 174 | 0.07 | 0.13 | 0 | 0.32 | 267.27 | 0.12 | 0.64 |
| Hex | A2 | 98 | AE | 7 | D | 0 | 20 | 10B | C | 40 |
| Octal | 242 | 230 | 256 | 7 | 15 | 0 | 40 | 413 | 14 | 100 |
| Binary | 10100010 | 10011000 | 10101110 | 111 | 1101 | 0 | 100000 | 100001011 | 1100 | 1000000 |
Color Harmonies of #A298AE
Complementary color
Monochromatic Colors of #A298AE
Black with #A298AE
Text Example
Text Example
White with #A298AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298AE; }
p { color: rgb(162,152,174); }
H1.HeaderClassName
{
color: #A298AE;
}
.AnyTagClassName
{
color: #A298AE;
}
</style>
background-color css
<style>
a { background-color: #A298AE; }
a { background-color: rgb(162,152,174); }
div.DivClassName
{
background-color: #A298AE;
}
.BgClassName
{
background-color: #A298AE;
}
</style>
border-color css
<style>
span { border-color: #A298AE; }
span { border-color: rgb(162,152,174); }
td.TdClassName
{
border-color: #A298AE;
}
.TagClassName
{
border-color: #A298AE;
}
</style>