Shades of Cold Purple #A299B2
Tints of Cold Purple #A299B2
RGB
CMYK
RGB Variations
Color information
#A299B2 (or 0xA299B2) is known color: Cold Purple. HEX triplet: A2, 99 and B2. RGB value is (162,153,178). Sum of RGB (Red+Green+Blue) = 162+153+178=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A299B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299B2 is #5D664D. Grayscale: #9E9E9E. Windows color (decimal): -6121038 or 11704738. OLE color: 11704738.
HSL color Cylindrical-coordinate representation of color #A299B2: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A299B2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 153 | 178 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.30 |
| HSL | 261.6º | 0.14% | 0.65% | - |
| HSV(B) | 261.6º | 0.14% | 0.7% | - |
| XYZ | 34.33 | 33.68 | 46.81 | - |
| YUV | 158.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 178 | 0.09 | 0.14 | 0 | 0.30 | 261.6 | 0.14 | 0.65 |
| Hex | A2 | 99 | B2 | 9 | E | 0 | 1E | 106 | E | 41 |
| Octal | 242 | 231 | 262 | 11 | 16 | 0 | 36 | 406 | 16 | 101 |
| Binary | 10100010 | 10011001 | 10110010 | 1001 | 1110 | 0 | 11110 | 100000110 | 1110 | 1000001 |
Color Harmonies of #A299B2
Complementary color
Monochromatic Colors of #A299B2
Black with #A299B2
Text Example
Text Example
White with #A299B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299B2; }
p { color: rgb(162,153,178); }
H1.HeaderClassName
{
color: #A299B2;
}
.AnyTagClassName
{
color: #A299B2;
}
</style>
background-color css
<style>
a { background-color: #A299B2; }
a { background-color: rgb(162,153,178); }
div.DivClassName
{
background-color: #A299B2;
}
.BgClassName
{
background-color: #A299B2;
}
</style>
border-color css
<style>
span { border-color: #A299B2; }
span { border-color: rgb(162,153,178); }
td.TdClassName
{
border-color: #A299B2;
}
.TagClassName
{
border-color: #A299B2;
}
</style>