Shades of Cold Purple #A090BD
Tints of Cold Purple #A090BD
RGB
CMYK
RGB Variations
Color information
#A090BD (or 0xA090BD) is known color: Cold Purple. HEX triplet: A0, 90 and BD. RGB value is (160,144,189). Sum of RGB (Red+Green+Blue) = 160+144+189=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A090BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090BD is #5F6F42. Grayscale: #999999. Windows color (decimal): -6254403 or 12423328. OLE color: 12423328.
HSL color Cylindrical-coordinate representation of color #A090BD: hue angle of 261.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A090BD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 144 | 189 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.26 |
| HSL | 261.33º | 0.25% | 0.65% | - |
| HSV(B) | 261.33º | 0.24% | 0.74% | - |
| XYZ | 33.66 | 31.09 | 52.37 | - |
| YUV | 153.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 189 | 0.15 | 0.24 | 0 | 0.26 | 261.33 | 0.25 | 0.65 |
| Hex | A0 | 90 | BD | F | 18 | 0 | 1A | 105 | 19 | 41 |
| Octal | 240 | 220 | 275 | 17 | 30 | 0 | 32 | 405 | 31 | 101 |
| Binary | 10100000 | 10010000 | 10111101 | 1111 | 11000 | 0 | 11010 | 100000101 | 11001 | 1000001 |
Color Harmonies of #A090BD
Complementary color
Monochromatic Colors of #A090BD
Black with #A090BD
Text Example
Text Example
White with #A090BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090BD; }
p { color: rgb(160,144,189); }
H1.HeaderClassName
{
color: #A090BD;
}
.AnyTagClassName
{
color: #A090BD;
}
</style>
background-color css
<style>
a { background-color: #A090BD; }
a { background-color: rgb(160,144,189); }
div.DivClassName
{
background-color: #A090BD;
}
.BgClassName
{
background-color: #A090BD;
}
</style>
border-color css
<style>
span { border-color: #A090BD; }
span { border-color: rgb(160,144,189); }
td.TdClassName
{
border-color: #A090BD;
}
.TagClassName
{
border-color: #A090BD;
}
</style>