Shades of Cold Purple #A28EBC
Tints of Cold Purple #A28EBC
RGB
CMYK
RGB Variations
Color information
#A28EBC (or 0xA28EBC) is known color: Cold Purple. HEX triplet: A2, 8E and BC. RGB value is (162,142,188). Sum of RGB (Red+Green+Blue) = 162+142+188=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBC is #5D7143. Grayscale: #999999. Windows color (decimal): -6123844 or 12357282. OLE color: 12357282.
HSL color Cylindrical-coordinate representation of color #A28EBC: hue angle of 266.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28EBC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 142 | 188 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.26 |
| HSL | 266.09º | 0.26% | 0.65% | - |
| HSV(B) | 266.09º | 0.24% | 0.74% | - |
| XYZ | 33.65 | 30.66 | 51.72 | - |
| YUV | 153.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 188 | 0.14 | 0.24 | 0 | 0.26 | 266.09 | 0.26 | 0.65 |
| Hex | A2 | 8E | BC | E | 18 | 0 | 1A | 10A | 1A | 41 |
| Octal | 242 | 216 | 274 | 16 | 30 | 0 | 32 | 412 | 32 | 101 |
| Binary | 10100010 | 10001110 | 10111100 | 1110 | 11000 | 0 | 11010 | 100001010 | 11010 | 1000001 |
Color Harmonies of #A28EBC
Complementary color
Monochromatic Colors of #A28EBC
Black with #A28EBC
Text Example
Text Example
White with #A28EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EBC; }
p { color: rgb(162,142,188); }
H1.HeaderClassName
{
color: #A28EBC;
}
.AnyTagClassName
{
color: #A28EBC;
}
</style>
background-color css
<style>
a { background-color: #A28EBC; }
a { background-color: rgb(162,142,188); }
div.DivClassName
{
background-color: #A28EBC;
}
.BgClassName
{
background-color: #A28EBC;
}
</style>
border-color css
<style>
span { border-color: #A28EBC; }
span { border-color: rgb(162,142,188); }
td.TdClassName
{
border-color: #A28EBC;
}
.TagClassName
{
border-color: #A28EBC;
}
</style>