Shades of Cold Purple #A490CB
Tints of Cold Purple #A490CB
RGB
CMYK
RGB Variations
Color information
#A490CB (or 0xA490CB) is known color: Cold Purple. HEX triplet: A4, 90 and CB. RGB value is (164,144,203). Sum of RGB (Red+Green+Blue) = 164+144+203=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A490CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CB is #5B6F34. Grayscale: #9C9C9C. Windows color (decimal): -5992245 or 13340836. OLE color: 13340836.
HSL color Cylindrical-coordinate representation of color #A490CB: hue angle of 260.34º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A490CB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 144 | 203 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.20 |
| HSL | 260.34º | 0.36% | 0.68% | - |
| HSV(B) | 260.34º | 0.29% | 0.8% | - |
| XYZ | 36.06 | 32.15 | 60.8 | - |
| YUV | 156.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 203 | 0.19 | 0.29 | 0 | 0.20 | 260.34 | 0.36 | 0.68 |
| Hex | A4 | 90 | CB | 13 | 1D | 0 | 14 | 104 | 24 | 44 |
| Octal | 244 | 220 | 313 | 23 | 35 | 0 | 24 | 404 | 44 | 104 |
| Binary | 10100100 | 10010000 | 11001011 | 10011 | 11101 | 0 | 10100 | 100000100 | 100100 | 1000100 |
Color Harmonies of #A490CB
Complementary color
Monochromatic Colors of #A490CB
Black with #A490CB
Text Example
Text Example
White with #A490CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490CB; }
p { color: rgb(164,144,203); }
H1.HeaderClassName
{
color: #A490CB;
}
.AnyTagClassName
{
color: #A490CB;
}
</style>
background-color css
<style>
a { background-color: #A490CB; }
a { background-color: rgb(164,144,203); }
div.DivClassName
{
background-color: #A490CB;
}
.BgClassName
{
background-color: #A490CB;
}
</style>
border-color css
<style>
span { border-color: #A490CB; }
span { border-color: rgb(164,144,203); }
td.TdClassName
{
border-color: #A490CB;
}
.TagClassName
{
border-color: #A490CB;
}
</style>