Shades of Cold Purple #A090CC
Tints of Cold Purple #A090CC
RGB
CMYK
RGB Variations
Color information
#A090CC (or 0xA090CC) is known color: Cold Purple. HEX triplet: A0, 90 and CC. RGB value is (160,144,204). Sum of RGB (Red+Green+Blue) = 160+144+204=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A090CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CC is #5F6F33. Grayscale: #9B9B9B. Windows color (decimal): -6254388 or 13406368. OLE color: 13406368.
HSL color Cylindrical-coordinate representation of color #A090CC: hue angle of 256º degrees, saturation: 0.37, 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 #A090CC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 144 | 204 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.2 |
| HSL | 256º | 0.37% | 0.68% | - |
| HSV(B) | 256º | 0.29% | 0.8% | - |
| XYZ | 35.37 | 31.78 | 61.4 | - |
| YUV | 155.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 204 | 0.22 | 0.29 | 0 | 0.2 | 256 | 0.37 | 0.68 |
| Hex | A0 | 90 | CC | 16 | 1D | 0 | 14 | 100 | 25 | 44 |
| Octal | 240 | 220 | 314 | 26 | 35 | 0 | 24 | 400 | 45 | 104 |
| Binary | 10100000 | 10010000 | 11001100 | 10110 | 11101 | 0 | 10100 | 100000000 | 100101 | 1000100 |
Color Harmonies of #A090CC
Complementary color
Monochromatic Colors of #A090CC
Black with #A090CC
Text Example
Text Example
White with #A090CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090CC; }
p { color: rgb(160,144,204); }
H1.HeaderClassName
{
color: #A090CC;
}
.AnyTagClassName
{
color: #A090CC;
}
</style>
background-color css
<style>
a { background-color: #A090CC; }
a { background-color: rgb(160,144,204); }
div.DivClassName
{
background-color: #A090CC;
}
.BgClassName
{
background-color: #A090CC;
}
</style>
border-color css
<style>
span { border-color: #A090CC; }
span { border-color: rgb(160,144,204); }
td.TdClassName
{
border-color: #A090CC;
}
.TagClassName
{
border-color: #A090CC;
}
</style>