Shades of Cold Purple #A090B7
Tints of Cold Purple #A090B7
RGB
CMYK
RGB Variations
Color information
#A090B7 (or 0xA090B7) is known color: Cold Purple. HEX triplet: A0, 90 and B7. RGB value is (160,144,183). Sum of RGB (Red+Green+Blue) = 160+144+183=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #A090B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090B7 is #5F6F48. Grayscale: #999999. Windows color (decimal): -6254409 or 12030112. OLE color: 12030112.
HSL color Cylindrical-coordinate representation of color #A090B7: hue angle of 264.62º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A090B7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 144 | 183 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.28 |
| HSL | 264.62º | 0.21% | 0.64% | - |
| HSV(B) | 264.62º | 0.21% | 0.72% | - |
| XYZ | 33.02 | 30.84 | 49.01 | - |
| YUV | 153.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 183 | 0.13 | 0.21 | 0 | 0.28 | 264.62 | 0.21 | 0.64 |
| Hex | A0 | 90 | B7 | D | 15 | 0 | 1C | 109 | 15 | 40 |
| Octal | 240 | 220 | 267 | 15 | 25 | 0 | 34 | 411 | 25 | 100 |
| Binary | 10100000 | 10010000 | 10110111 | 1101 | 10101 | 0 | 11100 | 100001001 | 10101 | 1000000 |
Color Harmonies of #A090B7
Complementary color
Monochromatic Colors of #A090B7
Black with #A090B7
Text Example
Text Example
White with #A090B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090B7; }
p { color: rgb(160,144,183); }
H1.HeaderClassName
{
color: #A090B7;
}
.AnyTagClassName
{
color: #A090B7;
}
</style>
background-color css
<style>
a { background-color: #A090B7; }
a { background-color: rgb(160,144,183); }
div.DivClassName
{
background-color: #A090B7;
}
.BgClassName
{
background-color: #A090B7;
}
</style>
border-color css
<style>
span { border-color: #A090B7; }
span { border-color: rgb(160,144,183); }
td.TdClassName
{
border-color: #A090B7;
}
.TagClassName
{
border-color: #A090B7;
}
</style>