Shades of Cold Purple #A28FC3
Tints of Cold Purple #A28FC3
RGB
CMYK
RGB Variations
Color information
#A28FC3 (or 0xA28FC3) is known color: Cold Purple. HEX triplet: A2, 8F and C3. RGB value is (162,143,195). Sum of RGB (Red+Green+Blue) = 162+143+195=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #A28FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FC3 is #5D703C. Grayscale: #9A9A9A. Windows color (decimal): -6123581 or 12816290. OLE color: 12816290.
HSL color Cylindrical-coordinate representation of color #A28FC3: hue angle of 261.92º degrees, saturation: 0.3, 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 #A28FC3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 143 | 195 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.24 |
| HSL | 261.92º | 0.3% | 0.66% | - |
| HSV(B) | 261.92º | 0.27% | 0.76% | - |
| XYZ | 34.57 | 31.27 | 55.84 | - |
| YUV | 154.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 195 | 0.17 | 0.27 | 0 | 0.24 | 261.92 | 0.3 | 0.66 |
| Hex | A2 | 8F | C3 | 11 | 1B | 0 | 18 | 106 | 1E | 42 |
| Octal | 242 | 217 | 303 | 21 | 33 | 0 | 30 | 406 | 36 | 102 |
| Binary | 10100010 | 10001111 | 11000011 | 10001 | 11011 | 0 | 11000 | 100000110 | 11110 | 1000010 |
Color Harmonies of #A28FC3
Complementary color
Monochromatic Colors of #A28FC3
Black with #A28FC3
Text Example
Text Example
White with #A28FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FC3; }
p { color: rgb(162,143,195); }
H1.HeaderClassName
{
color: #A28FC3;
}
.AnyTagClassName
{
color: #A28FC3;
}
</style>
background-color css
<style>
a { background-color: #A28FC3; }
a { background-color: rgb(162,143,195); }
div.DivClassName
{
background-color: #A28FC3;
}
.BgClassName
{
background-color: #A28FC3;
}
</style>
border-color css
<style>
span { border-color: #A28FC3; }
span { border-color: rgb(162,143,195); }
td.TdClassName
{
border-color: #A28FC3;
}
.TagClassName
{
border-color: #A28FC3;
}
</style>