Shades of Cold Purple #A299BD
Tints of Cold Purple #A299BD
RGB
CMYK
RGB Variations
Color information
#A299BD (or 0xA299BD) is known color: Cold Purple. HEX triplet: A2, 99 and BD. RGB value is (162,153,189). Sum of RGB (Red+Green+Blue) = 162+153+189=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A299BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BD is #5D6642. Grayscale: #9F9F9F. Windows color (decimal): -6121027 or 12425634. OLE color: 12425634.
HSL color Cylindrical-coordinate representation of color #A299BD: hue angle of 255º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A299BD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 153 | 189 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.26 |
| HSL | 255º | 0.21% | 0.67% | - |
| HSV(B) | 255º | 0.19% | 0.74% | - |
| XYZ | 35.48 | 34.14 | 52.86 | - |
| YUV | 159.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 189 | 0.14 | 0.19 | 0 | 0.26 | 255 | 0.21 | 0.67 |
| Hex | A2 | 99 | BD | E | 13 | 0 | 1A | FF | 15 | 43 |
| Octal | 242 | 231 | 275 | 16 | 23 | 0 | 32 | 377 | 25 | 103 |
| Binary | 10100010 | 10011001 | 10111101 | 1110 | 10011 | 0 | 11010 | 11111111 | 10101 | 1000011 |
Color Harmonies of #A299BD
Complementary color
Monochromatic Colors of #A299BD
Black with #A299BD
Text Example
Text Example
White with #A299BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299BD; }
p { color: rgb(162,153,189); }
H1.HeaderClassName
{
color: #A299BD;
}
.AnyTagClassName
{
color: #A299BD;
}
</style>
background-color css
<style>
a { background-color: #A299BD; }
a { background-color: rgb(162,153,189); }
div.DivClassName
{
background-color: #A299BD;
}
.BgClassName
{
background-color: #A299BD;
}
</style>
border-color css
<style>
span { border-color: #A299BD; }
span { border-color: rgb(162,153,189); }
td.TdClassName
{
border-color: #A299BD;
}
.TagClassName
{
border-color: #A299BD;
}
</style>