Shades of Cold Purple #A482D2
Tints of Cold Purple #A482D2
RGB
CMYK
RGB Variations
Color information
#A482D2 (or 0xA482D2) is known color: Cold Purple. HEX triplet: A4, 82 and D2. RGB value is (164,130,210). Sum of RGB (Red+Green+Blue) = 164+130+210=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 130 (51.17% from 255 or 25.79% 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 #A482D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482D2 is #5B7D2D. Grayscale: #959595. Windows color (decimal): -5995822 or 13796004. OLE color: 13796004.
HSL color Cylindrical-coordinate representation of color #A482D2: hue angle of 265.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A482D2 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 130 | 210 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.18 |
| HSL | 265.5º | 0.47% | 0.67% | - |
| HSV(B) | 265.5º | 0.38% | 0.82% | - |
| XYZ | 34.93 | 28.51 | 64.64 | - |
| YUV | 149.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 210 | 0.22 | 0.38 | 0 | 0.18 | 265.5 | 0.47 | 0.67 |
| Hex | A4 | 82 | D2 | 16 | 26 | 0 | 12 | 10A | 2F | 43 |
| Octal | 244 | 202 | 322 | 26 | 46 | 0 | 22 | 412 | 57 | 103 |
| Binary | 10100100 | 10000010 | 11010010 | 10110 | 100110 | 0 | 10010 | 100001010 | 101111 | 1000011 |
Color Harmonies of #A482D2
Complementary color
Monochromatic Colors of #A482D2
Black with #A482D2
Text Example
Text Example
White with #A482D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482D2; }
p { color: rgb(164,130,210); }
H1.HeaderClassName
{
color: #A482D2;
}
.AnyTagClassName
{
color: #A482D2;
}
</style>
background-color css
<style>
a { background-color: #A482D2; }
a { background-color: rgb(164,130,210); }
div.DivClassName
{
background-color: #A482D2;
}
.BgClassName
{
background-color: #A482D2;
}
</style>
border-color css
<style>
span { border-color: #A482D2; }
span { border-color: rgb(164,130,210); }
td.TdClassName
{
border-color: #A482D2;
}
.TagClassName
{
border-color: #A482D2;
}
</style>