Shades of Cold Purple #A483D0
Tints of Cold Purple #A483D0
RGB
CMYK
RGB Variations
Color information
#A483D0 (or 0xA483D0) is known color: Cold Purple. HEX triplet: A4, 83 and D0. RGB value is (164,131,208). Sum of RGB (Red+Green+Blue) = 164+131+208=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A483D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D0 is #5B7C2F. Grayscale: #959595. Windows color (decimal): -5995568 or 13665188. OLE color: 13665188.
HSL color Cylindrical-coordinate representation of color #A483D0: hue angle of 265.71º 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 #A483D0 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 131 | 208 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.18 |
| HSL | 265.71º | 0.45% | 0.66% | - |
| HSV(B) | 265.71º | 0.37% | 0.82% | - |
| XYZ | 34.81 | 28.68 | 63.38 | - |
| YUV | 149.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 208 | 0.21 | 0.37 | 0 | 0.18 | 265.71 | 0.45 | 0.66 |
| Hex | A4 | 83 | D0 | 15 | 25 | 0 | 12 | 10A | 2D | 42 |
| Octal | 244 | 203 | 320 | 25 | 45 | 0 | 22 | 412 | 55 | 102 |
| Binary | 10100100 | 10000011 | 11010000 | 10101 | 100101 | 0 | 10010 | 100001010 | 101101 | 1000010 |
Color Harmonies of #A483D0
Complementary color
Monochromatic Colors of #A483D0
Black with #A483D0
Text Example
Text Example
White with #A483D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483D0; }
p { color: rgb(164,131,208); }
H1.HeaderClassName
{
color: #A483D0;
}
.AnyTagClassName
{
color: #A483D0;
}
</style>
background-color css
<style>
a { background-color: #A483D0; }
a { background-color: rgb(164,131,208); }
div.DivClassName
{
background-color: #A483D0;
}
.BgClassName
{
background-color: #A483D0;
}
</style>
border-color css
<style>
span { border-color: #A483D0; }
span { border-color: rgb(164,131,208); }
td.TdClassName
{
border-color: #A483D0;
}
.TagClassName
{
border-color: #A483D0;
}
</style>