Shades of Cold Purple #A799BA
Tints of Cold Purple #A799BA
RGB
CMYK
RGB Variations
Color information
#A799BA (or 0xA799BA) is known color: Cold Purple. HEX triplet: A7, 99 and BA. RGB value is (167,153,186). Sum of RGB (Red+Green+Blue) = 167+153+186=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #A799BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BA is #586645. Grayscale: #A0A0A0. Windows color (decimal): -5793350 or 12229031. OLE color: 12229031.
HSL color Cylindrical-coordinate representation of color #A799BA: hue angle of 265.45º 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 #A799BA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 153 | 186 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.27 |
| HSL | 265.45º | 0.19% | 0.66% | - |
| HSV(B) | 265.45º | 0.18% | 0.73% | - |
| XYZ | 36.19 | 34.54 | 51.21 | - |
| YUV | 160.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 186 | 0.10 | 0.18 | 0 | 0.27 | 265.45 | 0.19 | 0.66 |
| Hex | A7 | 99 | BA | A | 12 | 0 | 1B | 109 | 13 | 42 |
| Octal | 247 | 231 | 272 | 12 | 22 | 0 | 33 | 411 | 23 | 102 |
| Binary | 10100111 | 10011001 | 10111010 | 1010 | 10010 | 0 | 11011 | 100001001 | 10011 | 1000010 |
Color Harmonies of #A799BA
Complementary color
Monochromatic Colors of #A799BA
Black with #A799BA
Text Example
Text Example
White with #A799BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799BA; }
p { color: rgb(167,153,186); }
H1.HeaderClassName
{
color: #A799BA;
}
.AnyTagClassName
{
color: #A799BA;
}
</style>
background-color css
<style>
a { background-color: #A799BA; }
a { background-color: rgb(167,153,186); }
div.DivClassName
{
background-color: #A799BA;
}
.BgClassName
{
background-color: #A799BA;
}
</style>
border-color css
<style>
span { border-color: #A799BA; }
span { border-color: rgb(167,153,186); }
td.TdClassName
{
border-color: #A799BA;
}
.TagClassName
{
border-color: #A799BA;
}
</style>