Shades of Cold Purple #A28DC3
Tints of Cold Purple #A28DC3
RGB
CMYK
RGB Variations
Color information
#A28DC3 (or 0xA28DC3) is known color: Cold Purple. HEX triplet: A2, 8D and C3. RGB value is (162,141,195). Sum of RGB (Red+Green+Blue) = 162+141+195=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #A28DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC3 is #5D723C. Grayscale: #999999. Windows color (decimal): -6124093 or 12815778. OLE color: 12815778.
HSL color Cylindrical-coordinate representation of color #A28DC3: hue angle of 263.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A28DC3 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 141 | 195 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.24 |
| HSL | 263.33º | 0.31% | 0.66% | - |
| HSV(B) | 263.33º | 0.28% | 0.76% | - |
| XYZ | 34.28 | 30.67 | 55.74 | - |
| YUV | 153.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 195 | 0.17 | 0.28 | 0 | 0.24 | 263.33 | 0.31 | 0.66 |
| Hex | A2 | 8D | C3 | 11 | 1C | 0 | 18 | 107 | 1F | 42 |
| Octal | 242 | 215 | 303 | 21 | 34 | 0 | 30 | 407 | 37 | 102 |
| Binary | 10100010 | 10001101 | 11000011 | 10001 | 11100 | 0 | 11000 | 100000111 | 11111 | 1000010 |
Color Harmonies of #A28DC3
Complementary color
Monochromatic Colors of #A28DC3
Black with #A28DC3
Text Example
Text Example
White with #A28DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DC3; }
p { color: rgb(162,141,195); }
H1.HeaderClassName
{
color: #A28DC3;
}
.AnyTagClassName
{
color: #A28DC3;
}
</style>
background-color css
<style>
a { background-color: #A28DC3; }
a { background-color: rgb(162,141,195); }
div.DivClassName
{
background-color: #A28DC3;
}
.BgClassName
{
background-color: #A28DC3;
}
</style>
border-color css
<style>
span { border-color: #A28DC3; }
span { border-color: rgb(162,141,195); }
td.TdClassName
{
border-color: #A28DC3;
}
.TagClassName
{
border-color: #A28DC3;
}
</style>