Shades of Cold Purple #A483D1
Tints of Cold Purple #A483D1
RGB
CMYK
RGB Variations
Color information
#A483D1 (or 0xA483D1) is known color: Cold Purple. HEX triplet: A4, 83 and D1. RGB value is (164,131,209). Sum of RGB (Red+Green+Blue) = 164+131+209=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A483D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D1 is #5B7C2E. Grayscale: #959595. Windows color (decimal): -5995567 or 13730724. OLE color: 13730724.
HSL color Cylindrical-coordinate representation of color #A483D1: hue angle of 265.38º 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 #A483D1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 131 | 209 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.18 |
| HSL | 265.38º | 0.46% | 0.67% | - |
| HSV(B) | 265.38º | 0.37% | 0.82% | - |
| XYZ | 34.93 | 28.73 | 64.03 | - |
| YUV | 149.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 209 | 0.22 | 0.37 | 0 | 0.18 | 265.38 | 0.46 | 0.67 |
| Hex | A4 | 83 | D1 | 16 | 25 | 0 | 12 | 109 | 2E | 43 |
| Octal | 244 | 203 | 321 | 26 | 45 | 0 | 22 | 411 | 56 | 103 |
| Binary | 10100100 | 10000011 | 11010001 | 10110 | 100101 | 0 | 10010 | 100001001 | 101110 | 1000011 |
Color Harmonies of #A483D1
Complementary color
Monochromatic Colors of #A483D1
Black with #A483D1
Text Example
Text Example
White with #A483D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483D1; }
p { color: rgb(164,131,209); }
H1.HeaderClassName
{
color: #A483D1;
}
.AnyTagClassName
{
color: #A483D1;
}
</style>
background-color css
<style>
a { background-color: #A483D1; }
a { background-color: rgb(164,131,209); }
div.DivClassName
{
background-color: #A483D1;
}
.BgClassName
{
background-color: #A483D1;
}
</style>
border-color css
<style>
span { border-color: #A483D1; }
span { border-color: rgb(164,131,209); }
td.TdClassName
{
border-color: #A483D1;
}
.TagClassName
{
border-color: #A483D1;
}
</style>