Shades of Cold Purple #A290BD
Tints of Cold Purple #A290BD
RGB
CMYK
RGB Variations
Color information
#A290BD (or 0xA290BD) is known color: Cold Purple. HEX triplet: A2, 90 and BD. RGB value is (162,144,189). Sum of RGB (Red+Green+Blue) = 162+144+189=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A290BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BD is #5D6F42. Grayscale: #9A9A9A. Windows color (decimal): -6123331 or 12423330. OLE color: 12423330.
HSL color Cylindrical-coordinate representation of color #A290BD: hue angle of 264º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A290BD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 144 | 189 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.26 |
| HSL | 264º | 0.25% | 0.65% | - |
| HSV(B) | 264º | 0.24% | 0.74% | - |
| XYZ | 34.06 | 31.3 | 52.39 | - |
| YUV | 154.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 189 | 0.14 | 0.24 | 0 | 0.26 | 264 | 0.25 | 0.65 |
| Hex | A2 | 90 | BD | E | 18 | 0 | 1A | 108 | 19 | 41 |
| Octal | 242 | 220 | 275 | 16 | 30 | 0 | 32 | 410 | 31 | 101 |
| Binary | 10100010 | 10010000 | 10111101 | 1110 | 11000 | 0 | 11010 | 100001000 | 11001 | 1000001 |
Color Harmonies of #A290BD
Complementary color
Monochromatic Colors of #A290BD
Black with #A290BD
Text Example
Text Example
White with #A290BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290BD; }
p { color: rgb(162,144,189); }
H1.HeaderClassName
{
color: #A290BD;
}
.AnyTagClassName
{
color: #A290BD;
}
</style>
background-color css
<style>
a { background-color: #A290BD; }
a { background-color: rgb(162,144,189); }
div.DivClassName
{
background-color: #A290BD;
}
.BgClassName
{
background-color: #A290BD;
}
</style>
border-color css
<style>
span { border-color: #A290BD; }
span { border-color: rgb(162,144,189); }
td.TdClassName
{
border-color: #A290BD;
}
.TagClassName
{
border-color: #A290BD;
}
</style>