Shades of Cold Purple #A091B7
Tints of Cold Purple #A091B7
RGB
CMYK
RGB Variations
Color information
#A091B7 (or 0xA091B7) is known color: Cold Purple. HEX triplet: A0, 91 and B7. RGB value is (160,145,183). Sum of RGB (Red+Green+Blue) = 160+145+183=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #A091B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091B7 is #5F6E48. Grayscale: #999999. Windows color (decimal): -6254153 or 12030368. OLE color: 12030368.
HSL color Cylindrical-coordinate representation of color #A091B7: hue angle of 263.68º 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 #A091B7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 145 | 183 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.28 |
| HSL | 263.68º | 0.21% | 0.64% | - |
| HSV(B) | 263.68º | 0.21% | 0.72% | - |
| XYZ | 33.17 | 31.14 | 49.06 | - |
| YUV | 153.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 183 | 0.13 | 0.21 | 0 | 0.28 | 263.68 | 0.21 | 0.64 |
| Hex | A0 | 91 | B7 | D | 15 | 0 | 1C | 108 | 15 | 40 |
| Octal | 240 | 221 | 267 | 15 | 25 | 0 | 34 | 410 | 25 | 100 |
| Binary | 10100000 | 10010001 | 10110111 | 1101 | 10101 | 0 | 11100 | 100001000 | 10101 | 1000000 |
Color Harmonies of #A091B7
Complementary color
Monochromatic Colors of #A091B7
Black with #A091B7
Text Example
Text Example
White with #A091B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091B7; }
p { color: rgb(160,145,183); }
H1.HeaderClassName
{
color: #A091B7;
}
.AnyTagClassName
{
color: #A091B7;
}
</style>
background-color css
<style>
a { background-color: #A091B7; }
a { background-color: rgb(160,145,183); }
div.DivClassName
{
background-color: #A091B7;
}
.BgClassName
{
background-color: #A091B7;
}
</style>
border-color css
<style>
span { border-color: #A091B7; }
span { border-color: rgb(160,145,183); }
td.TdClassName
{
border-color: #A091B7;
}
.TagClassName
{
border-color: #A091B7;
}
</style>