Shades of Cold Purple #A28DBC
Tints of Cold Purple #A28DBC
RGB
CMYK
RGB Variations
Color information
#A28DBC (or 0xA28DBC) is known color: Cold Purple. HEX triplet: A2, 8D and BC. RGB value is (162,141,188). Sum of RGB (Red+Green+Blue) = 162+141+188=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DBC is #5D7243. Grayscale: #989898. Windows color (decimal): -6124100 or 12357026. OLE color: 12357026.
HSL color Cylindrical-coordinate representation of color #A28DBC: hue angle of 266.81º degrees, saturation: 0.26, 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 #A28DBC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 141 | 188 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.26 |
| HSL | 266.81º | 0.26% | 0.65% | - |
| HSV(B) | 266.81º | 0.25% | 0.74% | - |
| XYZ | 33.5 | 30.36 | 51.67 | - |
| YUV | 152.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 188 | 0.14 | 0.25 | 0 | 0.26 | 266.81 | 0.26 | 0.65 |
| Hex | A2 | 8D | BC | E | 19 | 0 | 1A | 10B | 1A | 41 |
| Octal | 242 | 215 | 274 | 16 | 31 | 0 | 32 | 413 | 32 | 101 |
| Binary | 10100010 | 10001101 | 10111100 | 1110 | 11001 | 0 | 11010 | 100001011 | 11010 | 1000001 |
Color Harmonies of #A28DBC
Complementary color
Monochromatic Colors of #A28DBC
Black with #A28DBC
Text Example
Text Example
White with #A28DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DBC; }
p { color: rgb(162,141,188); }
H1.HeaderClassName
{
color: #A28DBC;
}
.AnyTagClassName
{
color: #A28DBC;
}
</style>
background-color css
<style>
a { background-color: #A28DBC; }
a { background-color: rgb(162,141,188); }
div.DivClassName
{
background-color: #A28DBC;
}
.BgClassName
{
background-color: #A28DBC;
}
</style>
border-color css
<style>
span { border-color: #A28DBC; }
span { border-color: rgb(162,141,188); }
td.TdClassName
{
border-color: #A28DBC;
}
.TagClassName
{
border-color: #A28DBC;
}
</style>