Shades of Cold Purple #A090C8
Tints of Cold Purple #A090C8
RGB
CMYK
RGB Variations
Color information
#A090C8 (or 0xA090C8) is known color: Cold Purple. HEX triplet: A0, 90 and C8. RGB value is (160,144,200). Sum of RGB (Red+Green+Blue) = 160+144+200=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #A090C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090C8 is #5F6F37. Grayscale: #9A9A9A. Windows color (decimal): -6254392 or 13144224. OLE color: 13144224.
HSL color Cylindrical-coordinate representation of color #A090C8: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A090C8 is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 144 | 200 | - |
| CMYK | 0.2 | 0.28 | 0 | 0.22 |
| HSL | 257.14º | 0.34% | 0.67% | - |
| HSV(B) | 257.14º | 0.28% | 0.78% | - |
| XYZ | 34.9 | 31.59 | 58.9 | - |
| YUV | 155.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 200 | 0.2 | 0.28 | 0 | 0.22 | 257.14 | 0.34 | 0.67 |
| Hex | A0 | 90 | C8 | 14 | 1C | 0 | 16 | 101 | 22 | 43 |
| Octal | 240 | 220 | 310 | 24 | 34 | 0 | 26 | 401 | 42 | 103 |
| Binary | 10100000 | 10010000 | 11001000 | 10100 | 11100 | 0 | 10110 | 100000001 | 100010 | 1000011 |
Color Harmonies of #A090C8
Complementary color
Monochromatic Colors of #A090C8
Black with #A090C8
Text Example
Text Example
White with #A090C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090C8; }
p { color: rgb(160,144,200); }
H1.HeaderClassName
{
color: #A090C8;
}
.AnyTagClassName
{
color: #A090C8;
}
</style>
background-color css
<style>
a { background-color: #A090C8; }
a { background-color: rgb(160,144,200); }
div.DivClassName
{
background-color: #A090C8;
}
.BgClassName
{
background-color: #A090C8;
}
</style>
border-color css
<style>
span { border-color: #A090C8; }
span { border-color: rgb(160,144,200); }
td.TdClassName
{
border-color: #A090C8;
}
.TagClassName
{
border-color: #A090C8;
}
</style>