Shades of Cold Purple #A28EBE
Tints of Cold Purple #A28EBE
RGB
CMYK
RGB Variations
Color information
#A28EBE (or 0xA28EBE) is known color: Cold Purple. HEX triplet: A2, 8E and BE. RGB value is (162,142,190). Sum of RGB (Red+Green+Blue) = 162+142+190=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBE is #5D7141. Grayscale: #999999. Windows color (decimal): -6123842 or 12488354. OLE color: 12488354.
HSL color Cylindrical-coordinate representation of color #A28EBE: hue angle of 265º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28EBE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 142 | 190 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.25 |
| HSL | 265º | 0.27% | 0.65% | - |
| HSV(B) | 265º | 0.25% | 0.75% | - |
| XYZ | 33.87 | 30.75 | 52.86 | - |
| YUV | 153.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 190 | 0.15 | 0.25 | 0 | 0.25 | 265 | 0.27 | 0.65 |
| Hex | A2 | 8E | BE | F | 19 | 0 | 19 | 109 | 1B | 41 |
| Octal | 242 | 216 | 276 | 17 | 31 | 0 | 31 | 411 | 33 | 101 |
| Binary | 10100010 | 10001110 | 10111110 | 1111 | 11001 | 0 | 11001 | 100001001 | 11011 | 1000001 |
Color Harmonies of #A28EBE
Complementary color
Monochromatic Colors of #A28EBE
Black with #A28EBE
Text Example
Text Example
White with #A28EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EBE; }
p { color: rgb(162,142,190); }
H1.HeaderClassName
{
color: #A28EBE;
}
.AnyTagClassName
{
color: #A28EBE;
}
</style>
background-color css
<style>
a { background-color: #A28EBE; }
a { background-color: rgb(162,142,190); }
div.DivClassName
{
background-color: #A28EBE;
}
.BgClassName
{
background-color: #A28EBE;
}
</style>
border-color css
<style>
span { border-color: #A28EBE; }
span { border-color: rgb(162,142,190); }
td.TdClassName
{
border-color: #A28EBE;
}
.TagClassName
{
border-color: #A28EBE;
}
</style>