Shades of Cold Purple #A28AC0
Tints of Cold Purple #A28AC0
RGB
CMYK
RGB Variations
Color information
#A28AC0 (or 0xA28AC0) is known color: Cold Purple. HEX triplet: A2, 8A and C0. RGB value is (162,138,192). Sum of RGB (Red+Green+Blue) = 162+138+192=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #A28AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AC0 is #5D753F. Grayscale: #979797. Windows color (decimal): -6124864 or 12618402. OLE color: 12618402.
HSL color Cylindrical-coordinate representation of color #A28AC0: hue angle of 266.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A28AC0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 138 | 192 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.25 |
| HSL | 266.67º | 0.3% | 0.65% | - |
| HSV(B) | 266.67º | 0.28% | 0.75% | - |
| XYZ | 33.5 | 29.66 | 53.83 | - |
| YUV | 151.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 192 | 0.16 | 0.28 | 0 | 0.25 | 266.67 | 0.3 | 0.65 |
| Hex | A2 | 8A | C0 | 10 | 1C | 0 | 19 | 10B | 1E | 41 |
| Octal | 242 | 212 | 300 | 20 | 34 | 0 | 31 | 413 | 36 | 101 |
| Binary | 10100010 | 10001010 | 11000000 | 10000 | 11100 | 0 | 11001 | 100001011 | 11110 | 1000001 |
Color Harmonies of #A28AC0
Complementary color
Monochromatic Colors of #A28AC0
Black with #A28AC0
Text Example
Text Example
White with #A28AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AC0; }
p { color: rgb(162,138,192); }
H1.HeaderClassName
{
color: #A28AC0;
}
.AnyTagClassName
{
color: #A28AC0;
}
</style>
background-color css
<style>
a { background-color: #A28AC0; }
a { background-color: rgb(162,138,192); }
div.DivClassName
{
background-color: #A28AC0;
}
.BgClassName
{
background-color: #A28AC0;
}
</style>
border-color css
<style>
span { border-color: #A28AC0; }
span { border-color: rgb(162,138,192); }
td.TdClassName
{
border-color: #A28AC0;
}
.TagClassName
{
border-color: #A28AC0;
}
</style>