Shades of Cold Purple #A284D2
Tints of Cold Purple #A284D2
RGB
CMYK
RGB Variations
Color information
#A284D2 (or 0xA284D2) is known color: Cold Purple. HEX triplet: A2, 84 and D2. RGB value is (162,132,210). Sum of RGB (Red+Green+Blue) = 162+132+210=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #A284D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284D2 is #5D7B2D. Grayscale: #959595. Windows color (decimal): -6126382 or 13796514. OLE color: 13796514.
HSL color Cylindrical-coordinate representation of color #A284D2: hue angle of 263.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A284D2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 132 | 210 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.18 |
| HSL | 263.08º | 0.46% | 0.67% | - |
| HSV(B) | 263.08º | 0.37% | 0.82% | - |
| XYZ | 34.78 | 28.84 | 64.71 | - |
| YUV | 149.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 210 | 0.23 | 0.37 | 0 | 0.18 | 263.08 | 0.46 | 0.67 |
| Hex | A2 | 84 | D2 | 17 | 25 | 0 | 12 | 107 | 2E | 43 |
| Octal | 242 | 204 | 322 | 27 | 45 | 0 | 22 | 407 | 56 | 103 |
| Binary | 10100010 | 10000100 | 11010010 | 10111 | 100101 | 0 | 10010 | 100000111 | 101110 | 1000011 |
Color Harmonies of #A284D2
Complementary color
Monochromatic Colors of #A284D2
Black with #A284D2
Text Example
Text Example
White with #A284D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284D2; }
p { color: rgb(162,132,210); }
H1.HeaderClassName
{
color: #A284D2;
}
.AnyTagClassName
{
color: #A284D2;
}
</style>
background-color css
<style>
a { background-color: #A284D2; }
a { background-color: rgb(162,132,210); }
div.DivClassName
{
background-color: #A284D2;
}
.BgClassName
{
background-color: #A284D2;
}
</style>
border-color css
<style>
span { border-color: #A284D2; }
span { border-color: rgb(162,132,210); }
td.TdClassName
{
border-color: #A284D2;
}
.TagClassName
{
border-color: #A284D2;
}
</style>