Shades of Cold Purple #A088C1
Tints of Cold Purple #A088C1
RGB
CMYK
RGB Variations
Color information
#A088C1 (or 0xA088C1) is known color: Cold Purple. HEX triplet: A0, 88 and C1. RGB value is (160,136,193). Sum of RGB (Red+Green+Blue) = 160+136+193=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #A088C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088C1 is #5F773E. Grayscale: #959595. Windows color (decimal): -6256447 or 12683424. OLE color: 12683424.
HSL color Cylindrical-coordinate representation of color #A088C1: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A088C1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 136 | 193 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.24 |
| HSL | 265.26º | 0.31% | 0.65% | - |
| HSV(B) | 265.26º | 0.3% | 0.76% | - |
| XYZ | 32.93 | 28.93 | 54.3 | - |
| YUV | 149.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 193 | 0.17 | 0.30 | 0 | 0.24 | 265.26 | 0.31 | 0.65 |
| Hex | A0 | 88 | C1 | 11 | 1E | 0 | 18 | 109 | 1F | 41 |
| Octal | 240 | 210 | 301 | 21 | 36 | 0 | 30 | 411 | 37 | 101 |
| Binary | 10100000 | 10001000 | 11000001 | 10001 | 11110 | 0 | 11000 | 100001001 | 11111 | 1000001 |
Color Harmonies of #A088C1
Complementary color
Monochromatic Colors of #A088C1
Black with #A088C1
Text Example
Text Example
White with #A088C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088C1; }
p { color: rgb(160,136,193); }
H1.HeaderClassName
{
color: #A088C1;
}
.AnyTagClassName
{
color: #A088C1;
}
</style>
background-color css
<style>
a { background-color: #A088C1; }
a { background-color: rgb(160,136,193); }
div.DivClassName
{
background-color: #A088C1;
}
.BgClassName
{
background-color: #A088C1;
}
</style>
border-color css
<style>
span { border-color: #A088C1; }
span { border-color: rgb(160,136,193); }
td.TdClassName
{
border-color: #A088C1;
}
.TagClassName
{
border-color: #A088C1;
}
</style>