Shades of Cold Purple #A888CC
Tints of Cold Purple #A888CC
RGB
CMYK
RGB Variations
Color information
#A888CC (or 0xA888CC) is known color: Cold Purple. HEX triplet: A8, 88 and CC. RGB value is (168,136,204). Sum of RGB (Red+Green+Blue) = 168+136+204=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A888CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888CC is #577733. Grayscale: #999999. Windows color (decimal): -5732148 or 13404328. OLE color: 13404328.
HSL color Cylindrical-coordinate representation of color #A888CC: hue angle of 268.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A888CC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 136 | 204 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.2 |
| HSL | 268.24º | 0.4% | 0.67% | - |
| HSV(B) | 268.24º | 0.33% | 0.8% | - |
| XYZ | 35.85 | 30.29 | 61.08 | - |
| YUV | 153.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 204 | 0.18 | 0.33 | 0 | 0.2 | 268.24 | 0.4 | 0.67 |
| Hex | A8 | 88 | CC | 12 | 21 | 0 | 14 | 10C | 28 | 43 |
| Octal | 250 | 210 | 314 | 22 | 41 | 0 | 24 | 414 | 50 | 103 |
| Binary | 10101000 | 10001000 | 11001100 | 10010 | 100001 | 0 | 10100 | 100001100 | 101000 | 1000011 |
Color Harmonies of #A888CC
Complementary color
Monochromatic Colors of #A888CC
Black with #A888CC
Text Example
Text Example
White with #A888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888CC; }
p { color: rgb(168,136,204); }
H1.HeaderClassName
{
color: #A888CC;
}
.AnyTagClassName
{
color: #A888CC;
}
</style>
background-color css
<style>
a { background-color: #A888CC; }
a { background-color: rgb(168,136,204); }
div.DivClassName
{
background-color: #A888CC;
}
.BgClassName
{
background-color: #A888CC;
}
</style>
border-color css
<style>
span { border-color: #A888CC; }
span { border-color: rgb(168,136,204); }
td.TdClassName
{
border-color: #A888CC;
}
.TagClassName
{
border-color: #A888CC;
}
</style>