Shades of Cold Purple #A88EC8
Tints of Cold Purple #A88EC8
RGB
CMYK
RGB Variations
Color information
#A88EC8 (or 0xA88EC8) is known color: Cold Purple. HEX triplet: A8, 8E and C8. RGB value is (168,142,200). Sum of RGB (Red+Green+Blue) = 168+142+200=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #A88EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EC8 is #577137. Grayscale: #9C9C9C. Windows color (decimal): -5730616 or 13143720. OLE color: 13143720.
HSL color Cylindrical-coordinate representation of color #A88EC8: hue angle of 266.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88EC8 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 142 | 200 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.22 |
| HSL | 266.9º | 0.35% | 0.67% | - |
| HSV(B) | 266.9º | 0.29% | 0.78% | - |
| XYZ | 36.25 | 31.84 | 58.88 | - |
| YUV | 156.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 200 | 0.16 | 0.29 | 0 | 0.22 | 266.9 | 0.35 | 0.67 |
| Hex | A8 | 8E | C8 | 10 | 1D | 0 | 16 | 10B | 23 | 43 |
| Octal | 250 | 216 | 310 | 20 | 35 | 0 | 26 | 413 | 43 | 103 |
| Binary | 10101000 | 10001110 | 11001000 | 10000 | 11101 | 0 | 10110 | 100001011 | 100011 | 1000011 |
Color Harmonies of #A88EC8
Complementary color
Monochromatic Colors of #A88EC8
Black with #A88EC8
Text Example
Text Example
White with #A88EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EC8; }
p { color: rgb(168,142,200); }
H1.HeaderClassName
{
color: #A88EC8;
}
.AnyTagClassName
{
color: #A88EC8;
}
</style>
background-color css
<style>
a { background-color: #A88EC8; }
a { background-color: rgb(168,142,200); }
div.DivClassName
{
background-color: #A88EC8;
}
.BgClassName
{
background-color: #A88EC8;
}
</style>
border-color css
<style>
span { border-color: #A88EC8; }
span { border-color: rgb(168,142,200); }
td.TdClassName
{
border-color: #A88EC8;
}
.TagClassName
{
border-color: #A88EC8;
}
</style>