Shades of Cold Purple #A091BE
Tints of Cold Purple #A091BE
RGB
CMYK
RGB Variations
Color information
#A091BE (or 0xA091BE) is known color: Cold Purple. HEX triplet: A0, 91 and BE. RGB value is (160,145,190). Sum of RGB (Red+Green+Blue) = 160+145+190=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A091BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BE is #5F6E41. Grayscale: #9A9A9A. Windows color (decimal): -6254146 or 12489120. OLE color: 12489120.
HSL color Cylindrical-coordinate representation of color #A091BE: hue angle of 260º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A091BE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 145 | 190 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.25 |
| HSL | 260º | 0.26% | 0.66% | - |
| HSV(B) | 260º | 0.24% | 0.75% | - |
| XYZ | 33.92 | 31.44 | 53 | - |
| YUV | 154.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 190 | 0.16 | 0.24 | 0 | 0.25 | 260 | 0.26 | 0.66 |
| Hex | A0 | 91 | BE | 10 | 18 | 0 | 19 | 104 | 1A | 42 |
| Octal | 240 | 221 | 276 | 20 | 30 | 0 | 31 | 404 | 32 | 102 |
| Binary | 10100000 | 10010001 | 10111110 | 10000 | 11000 | 0 | 11001 | 100000100 | 11010 | 1000010 |
Color Harmonies of #A091BE
Complementary color
Monochromatic Colors of #A091BE
Black with #A091BE
Text Example
Text Example
White with #A091BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091BE; }
p { color: rgb(160,145,190); }
H1.HeaderClassName
{
color: #A091BE;
}
.AnyTagClassName
{
color: #A091BE;
}
</style>
background-color css
<style>
a { background-color: #A091BE; }
a { background-color: rgb(160,145,190); }
div.DivClassName
{
background-color: #A091BE;
}
.BgClassName
{
background-color: #A091BE;
}
</style>
border-color css
<style>
span { border-color: #A091BE; }
span { border-color: rgb(160,145,190); }
td.TdClassName
{
border-color: #A091BE;
}
.TagClassName
{
border-color: #A091BE;
}
</style>