Shades of Cold Purple #A28DBD
Tints of Cold Purple #A28DBD
RGB
CMYK
RGB Variations
Color information
#A28DBD (or 0xA28DBD) is known color: Cold Purple. HEX triplet: A2, 8D and BD. RGB value is (162,141,189). Sum of RGB (Red+Green+Blue) = 162+141+189=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A28DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DBD is #5D7242. Grayscale: #989898. Windows color (decimal): -6124099 or 12422562. OLE color: 12422562.
HSL color Cylindrical-coordinate representation of color #A28DBD: hue angle of 266.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28DBD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 141 | 189 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.26 |
| HSL | 266.25º | 0.27% | 0.65% | - |
| HSV(B) | 266.25º | 0.25% | 0.74% | - |
| XYZ | 33.61 | 30.41 | 52.24 | - |
| YUV | 152.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 189 | 0.14 | 0.25 | 0 | 0.26 | 266.25 | 0.27 | 0.65 |
| Hex | A2 | 8D | BD | E | 19 | 0 | 1A | 10A | 1B | 41 |
| Octal | 242 | 215 | 275 | 16 | 31 | 0 | 32 | 412 | 33 | 101 |
| Binary | 10100010 | 10001101 | 10111101 | 1110 | 11001 | 0 | 11010 | 100001010 | 11011 | 1000001 |
Color Harmonies of #A28DBD
Complementary color
Monochromatic Colors of #A28DBD
Black with #A28DBD
Text Example
Text Example
White with #A28DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DBD; }
p { color: rgb(162,141,189); }
H1.HeaderClassName
{
color: #A28DBD;
}
.AnyTagClassName
{
color: #A28DBD;
}
</style>
background-color css
<style>
a { background-color: #A28DBD; }
a { background-color: rgb(162,141,189); }
div.DivClassName
{
background-color: #A28DBD;
}
.BgClassName
{
background-color: #A28DBD;
}
</style>
border-color css
<style>
span { border-color: #A28DBD; }
span { border-color: rgb(162,141,189); }
td.TdClassName
{
border-color: #A28DBD;
}
.TagClassName
{
border-color: #A28DBD;
}
</style>