Shades of Cold Purple #A091B5
Tints of Cold Purple #A091B5
RGB
CMYK
RGB Variations
Color information
#A091B5 (or 0xA091B5) is known color: Cold Purple. HEX triplet: A0, 91 and B5. RGB value is (160,145,181). Sum of RGB (Red+Green+Blue) = 160+145+181=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #A091B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091B5 is #5F6E4A. Grayscale: #999999. Windows color (decimal): -6254155 or 11899296. OLE color: 11899296.
HSL color Cylindrical-coordinate representation of color #A091B5: hue angle of 265º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A091B5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 145 | 181 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.29 |
| HSL | 265º | 0.2% | 0.64% | - |
| HSV(B) | 265º | 0.2% | 0.71% | - |
| XYZ | 32.96 | 31.06 | 47.97 | - |
| YUV | 153.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 181 | 0.12 | 0.20 | 0 | 0.29 | 265 | 0.2 | 0.64 |
| Hex | A0 | 91 | B5 | C | 14 | 0 | 1D | 109 | 14 | 40 |
| Octal | 240 | 221 | 265 | 14 | 24 | 0 | 35 | 411 | 24 | 100 |
| Binary | 10100000 | 10010001 | 10110101 | 1100 | 10100 | 0 | 11101 | 100001001 | 10100 | 1000000 |
Color Harmonies of #A091B5
Complementary color
Monochromatic Colors of #A091B5
Black with #A091B5
Text Example
Text Example
White with #A091B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091B5; }
p { color: rgb(160,145,181); }
H1.HeaderClassName
{
color: #A091B5;
}
.AnyTagClassName
{
color: #A091B5;
}
</style>
background-color css
<style>
a { background-color: #A091B5; }
a { background-color: rgb(160,145,181); }
div.DivClassName
{
background-color: #A091B5;
}
.BgClassName
{
background-color: #A091B5;
}
</style>
border-color css
<style>
span { border-color: #A091B5; }
span { border-color: rgb(160,145,181); }
td.TdClassName
{
border-color: #A091B5;
}
.TagClassName
{
border-color: #A091B5;
}
</style>