Shades of Cold Purple #A28ECD
Tints of Cold Purple #A28ECD
RGB
CMYK
RGB Variations
Color information
#A28ECD (or 0xA28ECD) is known color: Cold Purple. HEX triplet: A2, 8E and CD. RGB value is (162,142,205). Sum of RGB (Red+Green+Blue) = 162+142+205=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECD is #5D7132. Grayscale: #9A9A9A. Windows color (decimal): -6123827 or 13471394. OLE color: 13471394.
HSL color Cylindrical-coordinate representation of color #A28ECD: hue angle of 259.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28ECD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 142 | 205 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.20 |
| HSL | 259.05º | 0.39% | 0.68% | - |
| HSV(B) | 259.05º | 0.31% | 0.8% | - |
| XYZ | 35.59 | 31.44 | 61.95 | - |
| YUV | 155.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 205 | 0.21 | 0.31 | 0 | 0.20 | 259.05 | 0.39 | 0.68 |
| Hex | A2 | 8E | CD | 15 | 1F | 0 | 14 | 103 | 27 | 44 |
| Octal | 242 | 216 | 315 | 25 | 37 | 0 | 24 | 403 | 47 | 104 |
| Binary | 10100010 | 10001110 | 11001101 | 10101 | 11111 | 0 | 10100 | 100000011 | 100111 | 1000100 |
Color Harmonies of #A28ECD
Complementary color
Monochromatic Colors of #A28ECD
Black with #A28ECD
Text Example
Text Example
White with #A28ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ECD; }
p { color: rgb(162,142,205); }
H1.HeaderClassName
{
color: #A28ECD;
}
.AnyTagClassName
{
color: #A28ECD;
}
</style>
background-color css
<style>
a { background-color: #A28ECD; }
a { background-color: rgb(162,142,205); }
div.DivClassName
{
background-color: #A28ECD;
}
.BgClassName
{
background-color: #A28ECD;
}
</style>
border-color css
<style>
span { border-color: #A28ECD; }
span { border-color: rgb(162,142,205); }
td.TdClassName
{
border-color: #A28ECD;
}
.TagClassName
{
border-color: #A28ECD;
}
</style>