Shades of Cold Purple #A290BF
Tints of Cold Purple #A290BF
RGB
CMYK
RGB Variations
Color information
#A290BF (or 0xA290BF) is known color: Cold Purple. HEX triplet: A2, 90 and BF. RGB value is (162,144,191). Sum of RGB (Red+Green+Blue) = 162+144+191=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A290BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BF is #5D6F40. Grayscale: #9A9A9A. Windows color (decimal): -6123329 or 12554402. OLE color: 12554402.
HSL color Cylindrical-coordinate representation of color #A290BF: hue angle of 262.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A290BF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 144 | 191 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.25 |
| HSL | 262.98º | 0.27% | 0.66% | - |
| HSV(B) | 262.98º | 0.25% | 0.75% | - |
| XYZ | 34.28 | 31.39 | 53.54 | - |
| YUV | 154.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 191 | 0.15 | 0.25 | 0 | 0.25 | 262.98 | 0.27 | 0.66 |
| Hex | A2 | 90 | BF | F | 19 | 0 | 19 | 107 | 1B | 42 |
| Octal | 242 | 220 | 277 | 17 | 31 | 0 | 31 | 407 | 33 | 102 |
| Binary | 10100010 | 10010000 | 10111111 | 1111 | 11001 | 0 | 11001 | 100000111 | 11011 | 1000010 |
Color Harmonies of #A290BF
Complementary color
Monochromatic Colors of #A290BF
Black with #A290BF
Text Example
Text Example
White with #A290BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290BF; }
p { color: rgb(162,144,191); }
H1.HeaderClassName
{
color: #A290BF;
}
.AnyTagClassName
{
color: #A290BF;
}
</style>
background-color css
<style>
a { background-color: #A290BF; }
a { background-color: rgb(162,144,191); }
div.DivClassName
{
background-color: #A290BF;
}
.BgClassName
{
background-color: #A290BF;
}
</style>
border-color css
<style>
span { border-color: #A290BF; }
span { border-color: rgb(162,144,191); }
td.TdClassName
{
border-color: #A290BF;
}
.TagClassName
{
border-color: #A290BF;
}
</style>