Shades of Cold Purple #A091B4
Tints of Cold Purple #A091B4
RGB
CMYK
RGB Variations
Color information
#A091B4 (or 0xA091B4) is known color: Cold Purple. HEX triplet: A0, 91 and B4. RGB value is (160,145,180). Sum of RGB (Red+Green+Blue) = 160+145+180=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #A091B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091B4 is #5F6E4B. Grayscale: #999999. Windows color (decimal): -6254156 or 11833760. OLE color: 11833760.
HSL color Cylindrical-coordinate representation of color #A091B4: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A091B4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 145 | 180 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.29 |
| HSL | 265.71º | 0.19% | 0.64% | - |
| HSV(B) | 265.71º | 0.19% | 0.71% | - |
| XYZ | 32.86 | 31.02 | 47.44 | - |
| YUV | 153.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 180 | 0.11 | 0.19 | 0 | 0.29 | 265.71 | 0.19 | 0.64 |
| Hex | A0 | 91 | B4 | B | 13 | 0 | 1D | 10A | 13 | 40 |
| Octal | 240 | 221 | 264 | 13 | 23 | 0 | 35 | 412 | 23 | 100 |
| Binary | 10100000 | 10010001 | 10110100 | 1011 | 10011 | 0 | 11101 | 100001010 | 10011 | 1000000 |
Color Harmonies of #A091B4
Complementary color
Monochromatic Colors of #A091B4
Black with #A091B4
Text Example
Text Example
White with #A091B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091B4; }
p { color: rgb(160,145,180); }
H1.HeaderClassName
{
color: #A091B4;
}
.AnyTagClassName
{
color: #A091B4;
}
</style>
background-color css
<style>
a { background-color: #A091B4; }
a { background-color: rgb(160,145,180); }
div.DivClassName
{
background-color: #A091B4;
}
.BgClassName
{
background-color: #A091B4;
}
</style>
border-color css
<style>
span { border-color: #A091B4; }
span { border-color: rgb(160,145,180); }
td.TdClassName
{
border-color: #A091B4;
}
.TagClassName
{
border-color: #A091B4;
}
</style>