Shades of Cold Purple #A28EC3
Tints of Cold Purple #A28EC3
RGB
CMYK
RGB Variations
Color information
#A28EC3 (or 0xA28EC3) is known color: Cold Purple. HEX triplet: A2, 8E and C3. RGB value is (162,142,195). Sum of RGB (Red+Green+Blue) = 162+142+195=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #A28EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EC3 is #5D713C. Grayscale: #999999. Windows color (decimal): -6123837 or 12816034. OLE color: 12816034.
HSL color Cylindrical-coordinate representation of color #A28EC3: hue angle of 262.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28EC3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 142 | 195 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.24 |
| HSL | 262.64º | 0.31% | 0.66% | - |
| HSV(B) | 262.64º | 0.27% | 0.76% | - |
| XYZ | 34.42 | 30.97 | 55.79 | - |
| YUV | 154.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 195 | 0.17 | 0.27 | 0 | 0.24 | 262.64 | 0.31 | 0.66 |
| Hex | A2 | 8E | C3 | 11 | 1B | 0 | 18 | 107 | 1F | 42 |
| Octal | 242 | 216 | 303 | 21 | 33 | 0 | 30 | 407 | 37 | 102 |
| Binary | 10100010 | 10001110 | 11000011 | 10001 | 11011 | 0 | 11000 | 100000111 | 11111 | 1000010 |
Color Harmonies of #A28EC3
Complementary color
Monochromatic Colors of #A28EC3
Black with #A28EC3
Text Example
Text Example
White with #A28EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EC3; }
p { color: rgb(162,142,195); }
H1.HeaderClassName
{
color: #A28EC3;
}
.AnyTagClassName
{
color: #A28EC3;
}
</style>
background-color css
<style>
a { background-color: #A28EC3; }
a { background-color: rgb(162,142,195); }
div.DivClassName
{
background-color: #A28EC3;
}
.BgClassName
{
background-color: #A28EC3;
}
</style>
border-color css
<style>
span { border-color: #A28EC3; }
span { border-color: rgb(162,142,195); }
td.TdClassName
{
border-color: #A28EC3;
}
.TagClassName
{
border-color: #A28EC3;
}
</style>