Shades of Cold Purple #A488CA
Tints of Cold Purple #A488CA
RGB
CMYK
RGB Variations
Color information
#A488CA (or 0xA488CA) is known color: Cold Purple. HEX triplet: A4, 88 and CA. RGB value is (164,136,202). Sum of RGB (Red+Green+Blue) = 164+136+202=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A488CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CA is #5B7735. Grayscale: #979797. Windows color (decimal): -5994294 or 13273252. OLE color: 13273252.
HSL color Cylindrical-coordinate representation of color #A488CA: hue angle of 265.45º 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 #A488CA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 136 | 202 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 265.45º | 0.38% | 0.66% | - |
| HSV(B) | 265.45º | 0.33% | 0.79% | - |
| XYZ | 34.77 | 29.77 | 59.79 | - |
| YUV | 151.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 202 | 0.19 | 0.33 | 0 | 0.21 | 265.45 | 0.38 | 0.66 |
| Hex | A4 | 88 | CA | 13 | 21 | 0 | 15 | 109 | 26 | 42 |
| Octal | 244 | 210 | 312 | 23 | 41 | 0 | 25 | 411 | 46 | 102 |
| Binary | 10100100 | 10001000 | 11001010 | 10011 | 100001 | 0 | 10101 | 100001001 | 100110 | 1000010 |
Color Harmonies of #A488CA
Complementary color
Monochromatic Colors of #A488CA
Black with #A488CA
Text Example
Text Example
White with #A488CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488CA; }
p { color: rgb(164,136,202); }
H1.HeaderClassName
{
color: #A488CA;
}
.AnyTagClassName
{
color: #A488CA;
}
</style>
background-color css
<style>
a { background-color: #A488CA; }
a { background-color: rgb(164,136,202); }
div.DivClassName
{
background-color: #A488CA;
}
.BgClassName
{
background-color: #A488CA;
}
</style>
border-color css
<style>
span { border-color: #A488CA; }
span { border-color: rgb(164,136,202); }
td.TdClassName
{
border-color: #A488CA;
}
.TagClassName
{
border-color: #A488CA;
}
</style>