Shades of Cold Purple #A090BF
Tints of Cold Purple #A090BF
RGB
CMYK
RGB Variations
Color information
#A090BF (or 0xA090BF) is known color: Cold Purple. HEX triplet: A0, 90 and BF. RGB value is (160,144,191). Sum of RGB (Red+Green+Blue) = 160+144+191=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A090BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BF is #5F6F40. Grayscale: #999999. Windows color (decimal): -6254401 or 12554400. OLE color: 12554400.
HSL color Cylindrical-coordinate representation of color #A090BF: hue angle of 260.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A090BF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 144 | 191 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.25 |
| HSL | 260.43º | 0.27% | 0.66% | - |
| HSV(B) | 260.43º | 0.25% | 0.75% | - |
| XYZ | 33.87 | 31.18 | 53.52 | - |
| YUV | 154.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 191 | 0.16 | 0.25 | 0 | 0.25 | 260.43 | 0.27 | 0.66 |
| Hex | A0 | 90 | BF | 10 | 19 | 0 | 19 | 104 | 1B | 42 |
| Octal | 240 | 220 | 277 | 20 | 31 | 0 | 31 | 404 | 33 | 102 |
| Binary | 10100000 | 10010000 | 10111111 | 10000 | 11001 | 0 | 11001 | 100000100 | 11011 | 1000010 |
Color Harmonies of #A090BF
Complementary color
Monochromatic Colors of #A090BF
Black with #A090BF
Text Example
Text Example
White with #A090BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090BF; }
p { color: rgb(160,144,191); }
H1.HeaderClassName
{
color: #A090BF;
}
.AnyTagClassName
{
color: #A090BF;
}
</style>
background-color css
<style>
a { background-color: #A090BF; }
a { background-color: rgb(160,144,191); }
div.DivClassName
{
background-color: #A090BF;
}
.BgClassName
{
background-color: #A090BF;
}
</style>
border-color css
<style>
span { border-color: #A090BF; }
span { border-color: rgb(160,144,191); }
td.TdClassName
{
border-color: #A090BF;
}
.TagClassName
{
border-color: #A090BF;
}
</style>