Shades of Cold Purple #A28EBB
Tints of Cold Purple #A28EBB
RGB
CMYK
RGB Variations
Color information
#A28EBB (or 0xA28EBB) is known color: Cold Purple. HEX triplet: A2, 8E and BB. RGB value is (162,142,187). Sum of RGB (Red+Green+Blue) = 162+142+187=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBB is #5D7144. Grayscale: #989898. Windows color (decimal): -6123845 or 12291746. OLE color: 12291746.
HSL color Cylindrical-coordinate representation of color #A28EBB: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28EBB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 142 | 187 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.27 |
| HSL | 266.67º | 0.25% | 0.65% | - |
| HSV(B) | 266.67º | 0.24% | 0.73% | - |
| XYZ | 33.54 | 30.62 | 51.16 | - |
| YUV | 153.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 187 | 0.13 | 0.24 | 0 | 0.27 | 266.67 | 0.25 | 0.65 |
| Hex | A2 | 8E | BB | D | 18 | 0 | 1B | 10B | 19 | 41 |
| Octal | 242 | 216 | 273 | 15 | 30 | 0 | 33 | 413 | 31 | 101 |
| Binary | 10100010 | 10001110 | 10111011 | 1101 | 11000 | 0 | 11011 | 100001011 | 11001 | 1000001 |
Color Harmonies of #A28EBB
Complementary color
Monochromatic Colors of #A28EBB
Black with #A28EBB
Text Example
Text Example
White with #A28EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EBB; }
p { color: rgb(162,142,187); }
H1.HeaderClassName
{
color: #A28EBB;
}
.AnyTagClassName
{
color: #A28EBB;
}
</style>
background-color css
<style>
a { background-color: #A28EBB; }
a { background-color: rgb(162,142,187); }
div.DivClassName
{
background-color: #A28EBB;
}
.BgClassName
{
background-color: #A28EBB;
}
</style>
border-color css
<style>
span { border-color: #A28EBB; }
span { border-color: rgb(162,142,187); }
td.TdClassName
{
border-color: #A28EBB;
}
.TagClassName
{
border-color: #A28EBB;
}
</style>