Shades of Cold Purple #A088CA
Tints of Cold Purple #A088CA
RGB
CMYK
RGB Variations
Color information
#A088CA (or 0xA088CA) is known color: Cold Purple. HEX triplet: A0, 88 and CA. RGB value is (160,136,202). Sum of RGB (Red+Green+Blue) = 160+136+202=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A088CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088CA is #5F7735. Grayscale: #969696. Windows color (decimal): -6256438 or 13273248. OLE color: 13273248.
HSL color Cylindrical-coordinate representation of color #A088CA: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A088CA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 136 | 202 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.21 |
| HSL | 261.82º | 0.38% | 0.66% | - |
| HSV(B) | 261.82º | 0.33% | 0.79% | - |
| XYZ | 33.96 | 29.35 | 59.75 | - |
| YUV | 150.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 202 | 0.21 | 0.33 | 0 | 0.21 | 261.82 | 0.38 | 0.66 |
| Hex | A0 | 88 | CA | 15 | 21 | 0 | 15 | 106 | 26 | 42 |
| Octal | 240 | 210 | 312 | 25 | 41 | 0 | 25 | 406 | 46 | 102 |
| Binary | 10100000 | 10001000 | 11001010 | 10101 | 100001 | 0 | 10101 | 100000110 | 100110 | 1000010 |
Color Harmonies of #A088CA
Complementary color
Monochromatic Colors of #A088CA
Black with #A088CA
Text Example
Text Example
White with #A088CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088CA; }
p { color: rgb(160,136,202); }
H1.HeaderClassName
{
color: #A088CA;
}
.AnyTagClassName
{
color: #A088CA;
}
</style>
background-color css
<style>
a { background-color: #A088CA; }
a { background-color: rgb(160,136,202); }
div.DivClassName
{
background-color: #A088CA;
}
.BgClassName
{
background-color: #A088CA;
}
</style>
border-color css
<style>
span { border-color: #A088CA; }
span { border-color: rgb(160,136,202); }
td.TdClassName
{
border-color: #A088CA;
}
.TagClassName
{
border-color: #A088CA;
}
</style>