Shades of Cold Purple #A490BD
Tints of Cold Purple #A490BD
RGB
CMYK
RGB Variations
Color information
#A490BD (or 0xA490BD) is known color: Cold Purple. HEX triplet: A4, 90 and BD. RGB value is (164,144,189). Sum of RGB (Red+Green+Blue) = 164+144+189=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A490BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BD is #5B6F42. Grayscale: #9A9A9A. Windows color (decimal): -5992259 or 12423332. OLE color: 12423332.
HSL color Cylindrical-coordinate representation of color #A490BD: hue angle of 266.67º 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 #A490BD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 144 | 189 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.26 |
| HSL | 266.67º | 0.25% | 0.65% | - |
| HSV(B) | 266.67º | 0.24% | 0.74% | - |
| XYZ | 34.47 | 31.51 | 52.41 | - |
| YUV | 155.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 189 | 0.13 | 0.24 | 0 | 0.26 | 266.67 | 0.25 | 0.65 |
| Hex | A4 | 90 | BD | D | 18 | 0 | 1A | 10B | 19 | 41 |
| Octal | 244 | 220 | 275 | 15 | 30 | 0 | 32 | 413 | 31 | 101 |
| Binary | 10100100 | 10010000 | 10111101 | 1101 | 11000 | 0 | 11010 | 100001011 | 11001 | 1000001 |
Color Harmonies of #A490BD
Complementary color
Monochromatic Colors of #A490BD
Black with #A490BD
Text Example
Text Example
White with #A490BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490BD; }
p { color: rgb(164,144,189); }
H1.HeaderClassName
{
color: #A490BD;
}
.AnyTagClassName
{
color: #A490BD;
}
</style>
background-color css
<style>
a { background-color: #A490BD; }
a { background-color: rgb(164,144,189); }
div.DivClassName
{
background-color: #A490BD;
}
.BgClassName
{
background-color: #A490BD;
}
</style>
border-color css
<style>
span { border-color: #A490BD; }
span { border-color: rgb(164,144,189); }
td.TdClassName
{
border-color: #A490BD;
}
.TagClassName
{
border-color: #A490BD;
}
</style>