Shades of Cold Purple #A283D0
Tints of Cold Purple #A283D0
RGB
CMYK
RGB Variations
Color information
#A283D0 (or 0xA283D0) is known color: Cold Purple. HEX triplet: A2, 83 and D0. RGB value is (162,131,208). Sum of RGB (Red+Green+Blue) = 162+131+208=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A283D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283D0 is #5D7C2F. Grayscale: #949494. Windows color (decimal): -6126640 or 13665186. OLE color: 13665186.
HSL color Cylindrical-coordinate representation of color #A283D0: hue angle of 264.16º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A283D0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 131 | 208 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.18 |
| HSL | 264.16º | 0.45% | 0.66% | - |
| HSV(B) | 264.16º | 0.37% | 0.82% | - |
| XYZ | 34.4 | 28.47 | 63.36 | - |
| YUV | 149.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 208 | 0.22 | 0.37 | 0 | 0.18 | 264.16 | 0.45 | 0.66 |
| Hex | A2 | 83 | D0 | 16 | 25 | 0 | 12 | 108 | 2D | 42 |
| Octal | 242 | 203 | 320 | 26 | 45 | 0 | 22 | 410 | 55 | 102 |
| Binary | 10100010 | 10000011 | 11010000 | 10110 | 100101 | 0 | 10010 | 100001000 | 101101 | 1000010 |
Color Harmonies of #A283D0
Complementary color
Monochromatic Colors of #A283D0
Black with #A283D0
Text Example
Text Example
White with #A283D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283D0; }
p { color: rgb(162,131,208); }
H1.HeaderClassName
{
color: #A283D0;
}
.AnyTagClassName
{
color: #A283D0;
}
</style>
background-color css
<style>
a { background-color: #A283D0; }
a { background-color: rgb(162,131,208); }
div.DivClassName
{
background-color: #A283D0;
}
.BgClassName
{
background-color: #A283D0;
}
</style>
border-color css
<style>
span { border-color: #A283D0; }
span { border-color: rgb(162,131,208); }
td.TdClassName
{
border-color: #A283D0;
}
.TagClassName
{
border-color: #A283D0;
}
</style>