Shades of Cold Purple #A490BB
Tints of Cold Purple #A490BB
RGB
CMYK
RGB Variations
Color information
#A490BB (or 0xA490BB) is known color: Cold Purple. HEX triplet: A4, 90 and BB. RGB value is (164,144,187). Sum of RGB (Red+Green+Blue) = 164+144+187=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #A490BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BB is #5B6F44. Grayscale: #9A9A9A. Windows color (decimal): -5992261 or 12292260. OLE color: 12292260.
HSL color Cylindrical-coordinate representation of color #A490BB: hue angle of 267.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A490BB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 144 | 187 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.27 |
| HSL | 267.91º | 0.24% | 0.65% | - |
| HSV(B) | 267.91º | 0.23% | 0.73% | - |
| XYZ | 34.25 | 31.43 | 51.27 | - |
| YUV | 154.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 187 | 0.12 | 0.23 | 0 | 0.27 | 267.91 | 0.24 | 0.65 |
| Hex | A4 | 90 | BB | C | 17 | 0 | 1B | 10C | 18 | 41 |
| Octal | 244 | 220 | 273 | 14 | 27 | 0 | 33 | 414 | 30 | 101 |
| Binary | 10100100 | 10010000 | 10111011 | 1100 | 10111 | 0 | 11011 | 100001100 | 11000 | 1000001 |
Color Harmonies of #A490BB
Complementary color
Monochromatic Colors of #A490BB
Black with #A490BB
Text Example
Text Example
White with #A490BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490BB; }
p { color: rgb(164,144,187); }
H1.HeaderClassName
{
color: #A490BB;
}
.AnyTagClassName
{
color: #A490BB;
}
</style>
background-color css
<style>
a { background-color: #A490BB; }
a { background-color: rgb(164,144,187); }
div.DivClassName
{
background-color: #A490BB;
}
.BgClassName
{
background-color: #A490BB;
}
</style>
border-color css
<style>
span { border-color: #A490BB; }
span { border-color: rgb(164,144,187); }
td.TdClassName
{
border-color: #A490BB;
}
.TagClassName
{
border-color: #A490BB;
}
</style>