Shades of Cold Purple #A482CD
Tints of Cold Purple #A482CD
RGB
CMYK
RGB Variations
Color information
#A482CD (or 0xA482CD) is known color: Cold Purple. HEX triplet: A4, 82 and CD. RGB value is (164,130,205). Sum of RGB (Red+Green+Blue) = 164+130+205=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A482CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CD is #5B7D32. Grayscale: #949494. Windows color (decimal): -5995827 or 13468324. OLE color: 13468324.
HSL color Cylindrical-coordinate representation of color #A482CD: hue angle of 267.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A482CD is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 130 | 205 | - |
| CMYK | 0.2 | 0.37 | 0 | 0.20 |
| HSL | 267.2º | 0.43% | 0.66% | - |
| HSV(B) | 267.2º | 0.37% | 0.8% | - |
| XYZ | 34.31 | 28.27 | 61.4 | - |
| YUV | 148.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 205 | 0.2 | 0.37 | 0 | 0.20 | 267.2 | 0.43 | 0.66 |
| Hex | A4 | 82 | CD | 14 | 25 | 0 | 14 | 10B | 2B | 42 |
| Octal | 244 | 202 | 315 | 24 | 45 | 0 | 24 | 413 | 53 | 102 |
| Binary | 10100100 | 10000010 | 11001101 | 10100 | 100101 | 0 | 10100 | 100001011 | 101011 | 1000010 |
Color Harmonies of #A482CD
Complementary color
Monochromatic Colors of #A482CD
Black with #A482CD
Text Example
Text Example
White with #A482CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482CD; }
p { color: rgb(164,130,205); }
H1.HeaderClassName
{
color: #A482CD;
}
.AnyTagClassName
{
color: #A482CD;
}
</style>
background-color css
<style>
a { background-color: #A482CD; }
a { background-color: rgb(164,130,205); }
div.DivClassName
{
background-color: #A482CD;
}
.BgClassName
{
background-color: #A482CD;
}
</style>
border-color css
<style>
span { border-color: #A482CD; }
span { border-color: rgb(164,130,205); }
td.TdClassName
{
border-color: #A482CD;
}
.TagClassName
{
border-color: #A482CD;
}
</style>