Shades of Cold Purple #A28AD1
Tints of Cold Purple #A28AD1
RGB
CMYK
RGB Variations
Color information
#A28AD1 (or 0xA28AD1) is known color: Cold Purple. HEX triplet: A2, 8A and D1. RGB value is (162,138,209). Sum of RGB (Red+Green+Blue) = 162+138+209=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A28AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AD1 is #5D752E. Grayscale: #999999. Windows color (decimal): -6124847 or 13732514. OLE color: 13732514.
HSL color Cylindrical-coordinate representation of color #A28AD1: hue angle of 260.28º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28AD1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 138 | 209 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.18 |
| HSL | 260.28º | 0.44% | 0.68% | - |
| HSV(B) | 260.28º | 0.34% | 0.82% | - |
| XYZ | 35.5 | 30.46 | 64.33 | - |
| YUV | 153.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 209 | 0.22 | 0.34 | 0 | 0.18 | 260.28 | 0.44 | 0.68 |
| Hex | A2 | 8A | D1 | 16 | 22 | 0 | 12 | 104 | 2C | 44 |
| Octal | 242 | 212 | 321 | 26 | 42 | 0 | 22 | 404 | 54 | 104 |
| Binary | 10100010 | 10001010 | 11010001 | 10110 | 100010 | 0 | 10010 | 100000100 | 101100 | 1000100 |
Color Harmonies of #A28AD1
Complementary color
Monochromatic Colors of #A28AD1
Black with #A28AD1
Text Example
Text Example
White with #A28AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AD1; }
p { color: rgb(162,138,209); }
H1.HeaderClassName
{
color: #A28AD1;
}
.AnyTagClassName
{
color: #A28AD1;
}
</style>
background-color css
<style>
a { background-color: #A28AD1; }
a { background-color: rgb(162,138,209); }
div.DivClassName
{
background-color: #A28AD1;
}
.BgClassName
{
background-color: #A28AD1;
}
</style>
border-color css
<style>
span { border-color: #A28AD1; }
span { border-color: rgb(162,138,209); }
td.TdClassName
{
border-color: #A28AD1;
}
.TagClassName
{
border-color: #A28AD1;
}
</style>