Shades of Cold Purple #A490BC
Tints of Cold Purple #A490BC
RGB
CMYK
RGB Variations
Color information
#A490BC (or 0xA490BC) is known color: Cold Purple. HEX triplet: A4, 90 and BC. RGB value is (164,144,188). Sum of RGB (Red+Green+Blue) = 164+144+188=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A490BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BC is #5B6F43. Grayscale: #9A9A9A. Windows color (decimal): -5992260 or 12357796. OLE color: 12357796.
HSL color Cylindrical-coordinate representation of color #A490BC: hue angle of 267.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A490BC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 144 | 188 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.26 |
| HSL | 267.27º | 0.25% | 0.65% | - |
| HSV(B) | 267.27º | 0.23% | 0.74% | - |
| XYZ | 34.36 | 31.47 | 51.84 | - |
| YUV | 155 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 188 | 0.13 | 0.23 | 0 | 0.26 | 267.27 | 0.25 | 0.65 |
| Hex | A4 | 90 | BC | D | 17 | 0 | 1A | 10B | 19 | 41 |
| Octal | 244 | 220 | 274 | 15 | 27 | 0 | 32 | 413 | 31 | 101 |
| Binary | 10100100 | 10010000 | 10111100 | 1101 | 10111 | 0 | 11010 | 100001011 | 11001 | 1000001 |
Color Harmonies of #A490BC
Complementary color
Monochromatic Colors of #A490BC
Black with #A490BC
Text Example
Text Example
White with #A490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490BC; }
p { color: rgb(164,144,188); }
H1.HeaderClassName
{
color: #A490BC;
}
.AnyTagClassName
{
color: #A490BC;
}
</style>
background-color css
<style>
a { background-color: #A490BC; }
a { background-color: rgb(164,144,188); }
div.DivClassName
{
background-color: #A490BC;
}
.BgClassName
{
background-color: #A490BC;
}
</style>
border-color css
<style>
span { border-color: #A490BC; }
span { border-color: rgb(164,144,188); }
td.TdClassName
{
border-color: #A490BC;
}
.TagClassName
{
border-color: #A490BC;
}
</style>