Shades of Cold Purple #A28DCA
Tints of Cold Purple #A28DCA
RGB
CMYK
RGB Variations
Color information
#A28DCA (or 0xA28DCA) is known color: Cold Purple. HEX triplet: A2, 8D and CA. RGB value is (162,141,202). Sum of RGB (Red+Green+Blue) = 162+141+202=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCA is #5D7235. Grayscale: #9A9A9A. Windows color (decimal): -6124086 or 13274530. OLE color: 13274530.
HSL color Cylindrical-coordinate representation of color #A28DCA: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28DCA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 141 | 202 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.21 |
| HSL | 260.66º | 0.37% | 0.67% | - |
| HSV(B) | 260.66º | 0.3% | 0.79% | - |
| XYZ | 35.09 | 31 | 60.01 | - |
| YUV | 154.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 202 | 0.20 | 0.30 | 0 | 0.21 | 260.66 | 0.37 | 0.67 |
| Hex | A2 | 8D | CA | 14 | 1E | 0 | 15 | 105 | 25 | 43 |
| Octal | 242 | 215 | 312 | 24 | 36 | 0 | 25 | 405 | 45 | 103 |
| Binary | 10100010 | 10001101 | 11001010 | 10100 | 11110 | 0 | 10101 | 100000101 | 100101 | 1000011 |
Color Harmonies of #A28DCA
Complementary color
Monochromatic Colors of #A28DCA
Black with #A28DCA
Text Example
Text Example
White with #A28DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DCA; }
p { color: rgb(162,141,202); }
H1.HeaderClassName
{
color: #A28DCA;
}
.AnyTagClassName
{
color: #A28DCA;
}
</style>
background-color css
<style>
a { background-color: #A28DCA; }
a { background-color: rgb(162,141,202); }
div.DivClassName
{
background-color: #A28DCA;
}
.BgClassName
{
background-color: #A28DCA;
}
</style>
border-color css
<style>
span { border-color: #A28DCA; }
span { border-color: rgb(162,141,202); }
td.TdClassName
{
border-color: #A28DCA;
}
.TagClassName
{
border-color: #A28DCA;
}
</style>