Shades of Cold Purple #A299BA
Tints of Cold Purple #A299BA
RGB
CMYK
RGB Variations
Color information
#A299BA (or 0xA299BA) is known color: Cold Purple. HEX triplet: A2, 99 and BA. RGB value is (162,153,186). Sum of RGB (Red+Green+Blue) = 162+153+186=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A299BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BA is #5D6645. Grayscale: #9F9F9F. Windows color (decimal): -6121030 or 12229026. OLE color: 12229026.
HSL color Cylindrical-coordinate representation of color #A299BA: hue angle of 256.36º 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 #A299BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 153 | 186 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.27 |
| HSL | 256.36º | 0.19% | 0.66% | - |
| HSV(B) | 256.36º | 0.18% | 0.73% | - |
| XYZ | 35.15 | 34.01 | 51.17 | - |
| YUV | 159.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 186 | 0.13 | 0.18 | 0 | 0.27 | 256.36 | 0.19 | 0.66 |
| Hex | A2 | 99 | BA | D | 12 | 0 | 1B | 100 | 13 | 42 |
| Octal | 242 | 231 | 272 | 15 | 22 | 0 | 33 | 400 | 23 | 102 |
| Binary | 10100010 | 10011001 | 10111010 | 1101 | 10010 | 0 | 11011 | 100000000 | 10011 | 1000010 |
Color Harmonies of #A299BA
Complementary color
Monochromatic Colors of #A299BA
Black with #A299BA
Text Example
Text Example
White with #A299BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299BA; }
p { color: rgb(162,153,186); }
H1.HeaderClassName
{
color: #A299BA;
}
.AnyTagClassName
{
color: #A299BA;
}
</style>
background-color css
<style>
a { background-color: #A299BA; }
a { background-color: rgb(162,153,186); }
div.DivClassName
{
background-color: #A299BA;
}
.BgClassName
{
background-color: #A299BA;
}
</style>
border-color css
<style>
span { border-color: #A299BA; }
span { border-color: rgb(162,153,186); }
td.TdClassName
{
border-color: #A299BA;
}
.TagClassName
{
border-color: #A299BA;
}
</style>