Shades of Cold Purple #A488CF
Tints of Cold Purple #A488CF
RGB
CMYK
RGB Variations
Color information
#A488CF (or 0xA488CF) is known color: Cold Purple. HEX triplet: A4, 88 and CF. RGB value is (164,136,207). Sum of RGB (Red+Green+Blue) = 164+136+207=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A488CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CF is #5B7730. Grayscale: #989898. Windows color (decimal): -5994289 or 13600932. OLE color: 13600932.
HSL color Cylindrical-coordinate representation of color #A488CF: hue angle of 263.66º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A488CF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 136 | 207 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.19 |
| HSL | 263.66º | 0.43% | 0.67% | - |
| HSV(B) | 263.66º | 0.34% | 0.81% | - |
| XYZ | 35.38 | 30.01 | 62.96 | - |
| YUV | 152.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 207 | 0.21 | 0.34 | 0 | 0.19 | 263.66 | 0.43 | 0.67 |
| Hex | A4 | 88 | CF | 15 | 22 | 0 | 13 | 108 | 2B | 43 |
| Octal | 244 | 210 | 317 | 25 | 42 | 0 | 23 | 410 | 53 | 103 |
| Binary | 10100100 | 10001000 | 11001111 | 10101 | 100010 | 0 | 10011 | 100001000 | 101011 | 1000011 |
Color Harmonies of #A488CF
Complementary color
Monochromatic Colors of #A488CF
Black with #A488CF
Text Example
Text Example
White with #A488CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488CF; }
p { color: rgb(164,136,207); }
H1.HeaderClassName
{
color: #A488CF;
}
.AnyTagClassName
{
color: #A488CF;
}
</style>
background-color css
<style>
a { background-color: #A488CF; }
a { background-color: rgb(164,136,207); }
div.DivClassName
{
background-color: #A488CF;
}
.BgClassName
{
background-color: #A488CF;
}
</style>
border-color css
<style>
span { border-color: #A488CF; }
span { border-color: rgb(164,136,207); }
td.TdClassName
{
border-color: #A488CF;
}
.TagClassName
{
border-color: #A488CF;
}
</style>