Shades of Cold Purple #A28ECB
Tints of Cold Purple #A28ECB
RGB
CMYK
RGB Variations
Color information
#A28ECB (or 0xA28ECB) is known color: Cold Purple. HEX triplet: A2, 8E and CB. RGB value is (162,142,203). Sum of RGB (Red+Green+Blue) = 162+142+203=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A28ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECB is #5D7134. Grayscale: #9A9A9A. Windows color (decimal): -6123829 or 13340322. OLE color: 13340322.
HSL color Cylindrical-coordinate representation of color #A28ECB: hue angle of 259.67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28ECB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 142 | 203 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.20 |
| HSL | 259.67º | 0.37% | 0.68% | - |
| HSV(B) | 259.67º | 0.3% | 0.8% | - |
| XYZ | 35.35 | 31.34 | 60.69 | - |
| YUV | 154.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 203 | 0.20 | 0.30 | 0 | 0.20 | 259.67 | 0.37 | 0.68 |
| Hex | A2 | 8E | CB | 14 | 1E | 0 | 14 | 104 | 25 | 44 |
| Octal | 242 | 216 | 313 | 24 | 36 | 0 | 24 | 404 | 45 | 104 |
| Binary | 10100010 | 10001110 | 11001011 | 10100 | 11110 | 0 | 10100 | 100000100 | 100101 | 1000100 |
Color Harmonies of #A28ECB
Complementary color
Monochromatic Colors of #A28ECB
Black with #A28ECB
Text Example
Text Example
White with #A28ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ECB; }
p { color: rgb(162,142,203); }
H1.HeaderClassName
{
color: #A28ECB;
}
.AnyTagClassName
{
color: #A28ECB;
}
</style>
background-color css
<style>
a { background-color: #A28ECB; }
a { background-color: rgb(162,142,203); }
div.DivClassName
{
background-color: #A28ECB;
}
.BgClassName
{
background-color: #A28ECB;
}
</style>
border-color css
<style>
span { border-color: #A28ECB; }
span { border-color: rgb(162,142,203); }
td.TdClassName
{
border-color: #A28ECB;
}
.TagClassName
{
border-color: #A28ECB;
}
</style>