Shades of Cold Purple #A088BA
Tints of Cold Purple #A088BA
RGB
CMYK
RGB Variations
Color information
#A088BA (or 0xA088BA) is known color: Cold Purple. HEX triplet: A0, 88 and BA. RGB value is (160,136,186). Sum of RGB (Red+Green+Blue) = 160+136+186=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A088BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BA is #5F7745. Grayscale: #949494. Windows color (decimal): -6256454 or 12224672. OLE color: 12224672.
HSL color Cylindrical-coordinate representation of color #A088BA: hue angle of 268.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A088BA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 136 | 186 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.27 |
| HSL | 268.8º | 0.27% | 0.63% | - |
| HSV(B) | 268.8º | 0.27% | 0.73% | - |
| XYZ | 32.16 | 28.63 | 50.28 | - |
| YUV | 148.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 186 | 0.14 | 0.27 | 0 | 0.27 | 268.8 | 0.27 | 0.63 |
| Hex | A0 | 88 | BA | E | 1B | 0 | 1B | 10D | 1B | 3F |
| Octal | 240 | 210 | 272 | 16 | 33 | 0 | 33 | 415 | 33 | 77 |
| Binary | 10100000 | 10001000 | 10111010 | 1110 | 11011 | 0 | 11011 | 100001101 | 11011 | 111111 |
Color Harmonies of #A088BA
Complementary color
Monochromatic Colors of #A088BA
Black with #A088BA
Text Example
Text Example
White with #A088BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088BA; }
p { color: rgb(160,136,186); }
H1.HeaderClassName
{
color: #A088BA;
}
.AnyTagClassName
{
color: #A088BA;
}
</style>
background-color css
<style>
a { background-color: #A088BA; }
a { background-color: rgb(160,136,186); }
div.DivClassName
{
background-color: #A088BA;
}
.BgClassName
{
background-color: #A088BA;
}
</style>
border-color css
<style>
span { border-color: #A088BA; }
span { border-color: rgb(160,136,186); }
td.TdClassName
{
border-color: #A088BA;
}
.TagClassName
{
border-color: #A088BA;
}
</style>