Shades of Cold Purple #A290BE
Tints of Cold Purple #A290BE
RGB
CMYK
RGB Variations
Color information
#A290BE (or 0xA290BE) is known color: Cold Purple. HEX triplet: A2, 90 and BE. RGB value is (162,144,190). Sum of RGB (Red+Green+Blue) = 162+144+190=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A290BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BE is #5D6F41. Grayscale: #9A9A9A. Windows color (decimal): -6123330 or 12488866. OLE color: 12488866.
HSL color Cylindrical-coordinate representation of color #A290BE: hue angle of 263.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A290BE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 144 | 190 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.25 |
| HSL | 263.48º | 0.26% | 0.65% | - |
| HSV(B) | 263.48º | 0.24% | 0.75% | - |
| XYZ | 34.17 | 31.35 | 52.96 | - |
| YUV | 154.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 190 | 0.15 | 0.24 | 0 | 0.25 | 263.48 | 0.26 | 0.65 |
| Hex | A2 | 90 | BE | F | 18 | 0 | 19 | 107 | 1A | 41 |
| Octal | 242 | 220 | 276 | 17 | 30 | 0 | 31 | 407 | 32 | 101 |
| Binary | 10100010 | 10010000 | 10111110 | 1111 | 11000 | 0 | 11001 | 100000111 | 11010 | 1000001 |
Color Harmonies of #A290BE
Complementary color
Monochromatic Colors of #A290BE
Black with #A290BE
Text Example
Text Example
White with #A290BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290BE; }
p { color: rgb(162,144,190); }
H1.HeaderClassName
{
color: #A290BE;
}
.AnyTagClassName
{
color: #A290BE;
}
</style>
background-color css
<style>
a { background-color: #A290BE; }
a { background-color: rgb(162,144,190); }
div.DivClassName
{
background-color: #A290BE;
}
.BgClassName
{
background-color: #A290BE;
}
</style>
border-color css
<style>
span { border-color: #A290BE; }
span { border-color: rgb(162,144,190); }
td.TdClassName
{
border-color: #A290BE;
}
.TagClassName
{
border-color: #A290BE;
}
</style>