Shades of Cold Purple #A090CD
Tints of Cold Purple #A090CD
RGB
CMYK
RGB Variations
Color information
#A090CD (or 0xA090CD) is known color: Cold Purple. HEX triplet: A0, 90 and CD. RGB value is (160,144,205). Sum of RGB (Red+Green+Blue) = 160+144+205=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A090CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CD is #5F6F32. Grayscale: #9B9B9B. Windows color (decimal): -6254387 or 13471904. OLE color: 13471904.
HSL color Cylindrical-coordinate representation of color #A090CD: hue angle of 255.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A090CD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 144 | 205 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.20 |
| HSL | 255.74º | 0.38% | 0.68% | - |
| HSV(B) | 255.74º | 0.3% | 0.8% | - |
| XYZ | 35.49 | 31.83 | 62.03 | - |
| YUV | 155.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 205 | 0.22 | 0.30 | 0 | 0.20 | 255.74 | 0.38 | 0.68 |
| Hex | A0 | 90 | CD | 16 | 1E | 0 | 14 | 100 | 26 | 44 |
| Octal | 240 | 220 | 315 | 26 | 36 | 0 | 24 | 400 | 46 | 104 |
| Binary | 10100000 | 10010000 | 11001101 | 10110 | 11110 | 0 | 10100 | 100000000 | 100110 | 1000100 |
Color Harmonies of #A090CD
Complementary color
Monochromatic Colors of #A090CD
Black with #A090CD
Text Example
Text Example
White with #A090CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090CD; }
p { color: rgb(160,144,205); }
H1.HeaderClassName
{
color: #A090CD;
}
.AnyTagClassName
{
color: #A090CD;
}
</style>
background-color css
<style>
a { background-color: #A090CD; }
a { background-color: rgb(160,144,205); }
div.DivClassName
{
background-color: #A090CD;
}
.BgClassName
{
background-color: #A090CD;
}
</style>
border-color css
<style>
span { border-color: #A090CD; }
span { border-color: rgb(160,144,205); }
td.TdClassName
{
border-color: #A090CD;
}
.TagClassName
{
border-color: #A090CD;
}
</style>