Shades of Cold Purple #A484D1
Tints of Cold Purple #A484D1
RGB
CMYK
RGB Variations
Color information
#A484D1 (or 0xA484D1) is known color: Cold Purple. HEX triplet: A4, 84 and D1. RGB value is (164,132,209). Sum of RGB (Red+Green+Blue) = 164+132+209=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #A484D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484D1 is #5B7B2E. Grayscale: #969696. Windows color (decimal): -5995311 or 13730980. OLE color: 13730980.
HSL color Cylindrical-coordinate representation of color #A484D1: hue angle of 264.94º 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 #A484D1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 132 | 209 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.18 |
| HSL | 264.94º | 0.46% | 0.67% | - |
| HSV(B) | 264.94º | 0.37% | 0.82% | - |
| XYZ | 35.07 | 29 | 64.07 | - |
| YUV | 150.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 209 | 0.22 | 0.37 | 0 | 0.18 | 264.94 | 0.46 | 0.67 |
| Hex | A4 | 84 | D1 | 16 | 25 | 0 | 12 | 109 | 2E | 43 |
| Octal | 244 | 204 | 321 | 26 | 45 | 0 | 22 | 411 | 56 | 103 |
| Binary | 10100100 | 10000100 | 11010001 | 10110 | 100101 | 0 | 10010 | 100001001 | 101110 | 1000011 |
Color Harmonies of #A484D1
Complementary color
Monochromatic Colors of #A484D1
Black with #A484D1
Text Example
Text Example
White with #A484D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484D1; }
p { color: rgb(164,132,209); }
H1.HeaderClassName
{
color: #A484D1;
}
.AnyTagClassName
{
color: #A484D1;
}
</style>
background-color css
<style>
a { background-color: #A484D1; }
a { background-color: rgb(164,132,209); }
div.DivClassName
{
background-color: #A484D1;
}
.BgClassName
{
background-color: #A484D1;
}
</style>
border-color css
<style>
span { border-color: #A484D1; }
span { border-color: rgb(164,132,209); }
td.TdClassName
{
border-color: #A484D1;
}
.TagClassName
{
border-color: #A484D1;
}
</style>