Shades of Cold Purple #A28EBA
Tints of Cold Purple #A28EBA
RGB
CMYK
RGB Variations
Color information
#A28EBA (or 0xA28EBA) is known color: Cold Purple. HEX triplet: A2, 8E and BA. RGB value is (162,142,186). Sum of RGB (Red+Green+Blue) = 162+142+186=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBA is #5D7145. Grayscale: #989898. Windows color (decimal): -6123846 or 12226210. OLE color: 12226210.
HSL color Cylindrical-coordinate representation of color #A28EBA: hue angle of 267.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28EBA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 142 | 186 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.27 |
| HSL | 267.27º | 0.24% | 0.64% | - |
| HSV(B) | 267.27º | 0.24% | 0.73% | - |
| XYZ | 33.44 | 30.57 | 50.59 | - |
| YUV | 153 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 186 | 0.13 | 0.24 | 0 | 0.27 | 267.27 | 0.24 | 0.64 |
| Hex | A2 | 8E | BA | D | 18 | 0 | 1B | 10B | 18 | 40 |
| Octal | 242 | 216 | 272 | 15 | 30 | 0 | 33 | 413 | 30 | 100 |
| Binary | 10100010 | 10001110 | 10111010 | 1101 | 11000 | 0 | 11011 | 100001011 | 11000 | 1000000 |
Color Harmonies of #A28EBA
Complementary color
Monochromatic Colors of #A28EBA
Black with #A28EBA
Text Example
Text Example
White with #A28EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EBA; }
p { color: rgb(162,142,186); }
H1.HeaderClassName
{
color: #A28EBA;
}
.AnyTagClassName
{
color: #A28EBA;
}
</style>
background-color css
<style>
a { background-color: #A28EBA; }
a { background-color: rgb(162,142,186); }
div.DivClassName
{
background-color: #A28EBA;
}
.BgClassName
{
background-color: #A28EBA;
}
</style>
border-color css
<style>
span { border-color: #A28EBA; }
span { border-color: rgb(162,142,186); }
td.TdClassName
{
border-color: #A28EBA;
}
.TagClassName
{
border-color: #A28EBA;
}
</style>