Shades of Cold Purple #A088BC
Tints of Cold Purple #A088BC
RGB
CMYK
RGB Variations
Color information
#A088BC (or 0xA088BC) is known color: Cold Purple. HEX triplet: A0, 88 and BC. RGB value is (160,136,188). Sum of RGB (Red+Green+Blue) = 160+136+188=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A088BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BC is #5F7743. Grayscale: #949494. Windows color (decimal): -6256452 or 12355744. OLE color: 12355744.
HSL color Cylindrical-coordinate representation of color #A088BC: hue angle of 267.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A088BC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 136 | 188 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.26 |
| HSL | 267.69º | 0.28% | 0.64% | - |
| HSV(B) | 267.69º | 0.28% | 0.74% | - |
| XYZ | 32.38 | 28.71 | 51.41 | - |
| YUV | 149.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 188 | 0.15 | 0.28 | 0 | 0.26 | 267.69 | 0.28 | 0.64 |
| Hex | A0 | 88 | BC | F | 1C | 0 | 1A | 10C | 1C | 40 |
| Octal | 240 | 210 | 274 | 17 | 34 | 0 | 32 | 414 | 34 | 100 |
| Binary | 10100000 | 10001000 | 10111100 | 1111 | 11100 | 0 | 11010 | 100001100 | 11100 | 1000000 |
Color Harmonies of #A088BC
Complementary color
Monochromatic Colors of #A088BC
Black with #A088BC
Text Example
Text Example
White with #A088BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088BC; }
p { color: rgb(160,136,188); }
H1.HeaderClassName
{
color: #A088BC;
}
.AnyTagClassName
{
color: #A088BC;
}
</style>
background-color css
<style>
a { background-color: #A088BC; }
a { background-color: rgb(160,136,188); }
div.DivClassName
{
background-color: #A088BC;
}
.BgClassName
{
background-color: #A088BC;
}
</style>
border-color css
<style>
span { border-color: #A088BC; }
span { border-color: rgb(160,136,188); }
td.TdClassName
{
border-color: #A088BC;
}
.TagClassName
{
border-color: #A088BC;
}
</style>