Shades of Cold Purple #A499BF
Tints of Cold Purple #A499BF
RGB
CMYK
RGB Variations
Color information
#A499BF (or 0xA499BF) is known color: Cold Purple. HEX triplet: A4, 99 and BF. RGB value is (164,153,191). Sum of RGB (Red+Green+Blue) = 164+153+191=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A499BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BF is #5B6640. Grayscale: #A0A0A0. Windows color (decimal): -5989953 or 12556708. OLE color: 12556708.
HSL color Cylindrical-coordinate representation of color #A499BF: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A499BF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 153 | 191 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.25 |
| HSL | 257.37º | 0.23% | 0.67% | - |
| HSV(B) | 257.37º | 0.2% | 0.75% | - |
| XYZ | 36.11 | 34.44 | 54.03 | - |
| YUV | 160.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 191 | 0.14 | 0.20 | 0 | 0.25 | 257.37 | 0.23 | 0.67 |
| Hex | A4 | 99 | BF | E | 14 | 0 | 19 | 101 | 17 | 43 |
| Octal | 244 | 231 | 277 | 16 | 24 | 0 | 31 | 401 | 27 | 103 |
| Binary | 10100100 | 10011001 | 10111111 | 1110 | 10100 | 0 | 11001 | 100000001 | 10111 | 1000011 |
Color Harmonies of #A499BF
Complementary color
Monochromatic Colors of #A499BF
Black with #A499BF
Text Example
Text Example
White with #A499BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499BF; }
p { color: rgb(164,153,191); }
H1.HeaderClassName
{
color: #A499BF;
}
.AnyTagClassName
{
color: #A499BF;
}
</style>
background-color css
<style>
a { background-color: #A499BF; }
a { background-color: rgb(164,153,191); }
div.DivClassName
{
background-color: #A499BF;
}
.BgClassName
{
background-color: #A499BF;
}
</style>
border-color css
<style>
span { border-color: #A499BF; }
span { border-color: rgb(164,153,191); }
td.TdClassName
{
border-color: #A499BF;
}
.TagClassName
{
border-color: #A499BF;
}
</style>