Shades of Cold Purple #A284C0
Tints of Cold Purple #A284C0
RGB
CMYK
RGB Variations
Color information
#A284C0 (or 0xA284C0) is known color: Cold Purple. HEX triplet: A2, 84 and C0. RGB value is (162,132,192). Sum of RGB (Red+Green+Blue) = 162+132+192=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #A284C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284C0 is #5D7B3F. Grayscale: #939393. Windows color (decimal): -6126400 or 12616866. OLE color: 12616866.
HSL color Cylindrical-coordinate representation of color #A284C0: hue angle of 270º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A284C0 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 132 | 192 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.25 |
| HSL | 270º | 0.32% | 0.64% | - |
| HSV(B) | 270º | 0.31% | 0.75% | - |
| XYZ | 32.67 | 27.99 | 53.55 | - |
| YUV | 147.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 192 | 0.16 | 0.31 | 0 | 0.25 | 270 | 0.32 | 0.64 |
| Hex | A2 | 84 | C0 | 10 | 1F | 0 | 19 | 10E | 20 | 40 |
| Octal | 242 | 204 | 300 | 20 | 37 | 0 | 31 | 416 | 40 | 100 |
| Binary | 10100010 | 10000100 | 11000000 | 10000 | 11111 | 0 | 11001 | 100001110 | 100000 | 1000000 |
Color Harmonies of #A284C0
Complementary color
Monochromatic Colors of #A284C0
Black with #A284C0
Text Example
Text Example
White with #A284C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284C0; }
p { color: rgb(162,132,192); }
H1.HeaderClassName
{
color: #A284C0;
}
.AnyTagClassName
{
color: #A284C0;
}
</style>
background-color css
<style>
a { background-color: #A284C0; }
a { background-color: rgb(162,132,192); }
div.DivClassName
{
background-color: #A284C0;
}
.BgClassName
{
background-color: #A284C0;
}
</style>
border-color css
<style>
span { border-color: #A284C0; }
span { border-color: rgb(162,132,192); }
td.TdClassName
{
border-color: #A284C0;
}
.TagClassName
{
border-color: #A284C0;
}
</style>