Shades of Cold Purple #A99EBA
Tints of Cold Purple #A99EBA
RGB
CMYK
RGB Variations
Color information
#A99EBA (or 0xA99EBA) is known color: Cold Purple. HEX triplet: A9, 9E and BA. RGB value is (169,158,186). Sum of RGB (Red+Green+Blue) = 169+158+186=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EBA is #566145. Grayscale: #A4A4A4. Windows color (decimal): -5660998 or 12230313. OLE color: 12230313.
HSL color Cylindrical-coordinate representation of color #A99EBA: hue angle of 263.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99EBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 158 | 186 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.27 |
| HSL | 263.57º | 0.17% | 0.67% | - |
| HSV(B) | 263.57º | 0.15% | 0.73% | - |
| XYZ | 37.45 | 36.43 | 51.51 | - |
| YUV | 164.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 186 | 0.09 | 0.15 | 0 | 0.27 | 263.57 | 0.17 | 0.67 |
| Hex | A9 | 9E | BA | 9 | F | 0 | 1B | 108 | 11 | 43 |
| Octal | 251 | 236 | 272 | 11 | 17 | 0 | 33 | 410 | 21 | 103 |
| Binary | 10101001 | 10011110 | 10111010 | 1001 | 1111 | 0 | 11011 | 100001000 | 10001 | 1000011 |
Color Harmonies of #A99EBA
Complementary color
Monochromatic Colors of #A99EBA
Black with #A99EBA
Text Example
Text Example
White with #A99EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EBA; }
p { color: rgb(169,158,186); }
H1.HeaderClassName
{
color: #A99EBA;
}
.AnyTagClassName
{
color: #A99EBA;
}
</style>
background-color css
<style>
a { background-color: #A99EBA; }
a { background-color: rgb(169,158,186); }
div.DivClassName
{
background-color: #A99EBA;
}
.BgClassName
{
background-color: #A99EBA;
}
</style>
border-color css
<style>
span { border-color: #A99EBA; }
span { border-color: rgb(169,158,186); }
td.TdClassName
{
border-color: #A99EBA;
}
.TagClassName
{
border-color: #A99EBA;
}
</style>