Shades of Cold Purple #A28EB7
Tints of Cold Purple #A28EB7
RGB
CMYK
RGB Variations
Color information
#A28EB7 (or 0xA28EB7) is known color: Cold Purple. HEX triplet: A2, 8E and B7. RGB value is (162,142,183). Sum of RGB (Red+Green+Blue) = 162+142+183=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #A28EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EB7 is #5D7148. Grayscale: #989898. Windows color (decimal): -6123849 or 12029602. OLE color: 12029602.
HSL color Cylindrical-coordinate representation of color #A28EB7: hue angle of 269.27º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28EB7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 142 | 183 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.28 |
| HSL | 269.27º | 0.22% | 0.64% | - |
| HSV(B) | 269.27º | 0.22% | 0.72% | - |
| XYZ | 33.12 | 30.45 | 48.93 | - |
| YUV | 152.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 183 | 0.11 | 0.22 | 0 | 0.28 | 269.27 | 0.22 | 0.64 |
| Hex | A2 | 8E | B7 | B | 16 | 0 | 1C | 10D | 16 | 40 |
| Octal | 242 | 216 | 267 | 13 | 26 | 0 | 34 | 415 | 26 | 100 |
| Binary | 10100010 | 10001110 | 10110111 | 1011 | 10110 | 0 | 11100 | 100001101 | 10110 | 1000000 |
Color Harmonies of #A28EB7
Complementary color
Monochromatic Colors of #A28EB7
Black with #A28EB7
Text Example
Text Example
White with #A28EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EB7; }
p { color: rgb(162,142,183); }
H1.HeaderClassName
{
color: #A28EB7;
}
.AnyTagClassName
{
color: #A28EB7;
}
</style>
background-color css
<style>
a { background-color: #A28EB7; }
a { background-color: rgb(162,142,183); }
div.DivClassName
{
background-color: #A28EB7;
}
.BgClassName
{
background-color: #A28EB7;
}
</style>
border-color css
<style>
span { border-color: #A28EB7; }
span { border-color: rgb(162,142,183); }
td.TdClassName
{
border-color: #A28EB7;
}
.TagClassName
{
border-color: #A28EB7;
}
</style>