Shades of Cold Purple #A49BBE
Tints of Cold Purple #A49BBE
RGB
CMYK
RGB Variations
Color information
#A49BBE (or 0xA49BBE) is known color: Cold Purple. HEX triplet: A4, 9B and BE. RGB value is (164,155,190). Sum of RGB (Red+Green+Blue) = 164+155+190=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A49BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBE is #5B6441. Grayscale: #A1A1A1. Windows color (decimal): -5989442 or 12491684. OLE color: 12491684.
HSL color Cylindrical-coordinate representation of color #A49BBE: hue angle of 255.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49BBE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 155 | 190 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.25 |
| HSL | 255.43º | 0.21% | 0.68% | - |
| HSV(B) | 255.43º | 0.18% | 0.75% | - |
| XYZ | 36.33 | 35.05 | 53.57 | - |
| YUV | 161.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 190 | 0.14 | 0.18 | 0 | 0.25 | 255.43 | 0.21 | 0.68 |
| Hex | A4 | 9B | BE | E | 12 | 0 | 19 | FF | 15 | 44 |
| Octal | 244 | 233 | 276 | 16 | 22 | 0 | 31 | 377 | 25 | 104 |
| Binary | 10100100 | 10011011 | 10111110 | 1110 | 10010 | 0 | 11001 | 11111111 | 10101 | 1000100 |
Color Harmonies of #A49BBE
Complementary color
Monochromatic Colors of #A49BBE
Black with #A49BBE
Text Example
Text Example
White with #A49BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BBE; }
p { color: rgb(164,155,190); }
H1.HeaderClassName
{
color: #A49BBE;
}
.AnyTagClassName
{
color: #A49BBE;
}
</style>
background-color css
<style>
a { background-color: #A49BBE; }
a { background-color: rgb(164,155,190); }
div.DivClassName
{
background-color: #A49BBE;
}
.BgClassName
{
background-color: #A49BBE;
}
</style>
border-color css
<style>
span { border-color: #A49BBE; }
span { border-color: rgb(164,155,190); }
td.TdClassName
{
border-color: #A49BBE;
}
.TagClassName
{
border-color: #A49BBE;
}
</style>