Shades of Cold Purple #A29BAD
Tints of Cold Purple #A29BAD
RGB
CMYK
RGB Variations
Color information
#A29BAD (or 0xA29BAD) is known color: Cold Purple. HEX triplet: A2, 9B and AD. RGB value is (162,155,173). Sum of RGB (Red+Green+Blue) = 162+155+173=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A29BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAD is #5D6452. Grayscale: #9F9F9F. Windows color (decimal): -6120531 or 11377570. OLE color: 11377570.
HSL color Cylindrical-coordinate representation of color #A29BAD: hue angle of 263.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29BAD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 155 | 173 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.32 |
| HSL | 263.33º | 0.1% | 0.64% | - |
| HSV(B) | 263.33º | 0.1% | 0.68% | - |
| XYZ | 34.16 | 34.14 | 44.32 | - |
| YUV | 159.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 173 | 0.06 | 0.10 | 0 | 0.32 | 263.33 | 0.1 | 0.64 |
| Hex | A2 | 9B | AD | 6 | A | 0 | 20 | 107 | A | 40 |
| Octal | 242 | 233 | 255 | 6 | 12 | 0 | 40 | 407 | 12 | 100 |
| Binary | 10100010 | 10011011 | 10101101 | 110 | 1010 | 0 | 100000 | 100000111 | 1010 | 1000000 |
Color Harmonies of #A29BAD
Complementary color
Monochromatic Colors of #A29BAD
Black with #A29BAD
Text Example
Text Example
White with #A29BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BAD; }
p { color: rgb(162,155,173); }
H1.HeaderClassName
{
color: #A29BAD;
}
.AnyTagClassName
{
color: #A29BAD;
}
</style>
background-color css
<style>
a { background-color: #A29BAD; }
a { background-color: rgb(162,155,173); }
div.DivClassName
{
background-color: #A29BAD;
}
.BgClassName
{
background-color: #A29BAD;
}
</style>
border-color css
<style>
span { border-color: #A29BAD; }
span { border-color: rgb(162,155,173); }
td.TdClassName
{
border-color: #A29BAD;
}
.TagClassName
{
border-color: #A29BAD;
}
</style>