Shades of Cold Purple #A382C9
Tints of Cold Purple #A382C9
RGB
CMYK
RGB Variations
Color information
#A382C9 (or 0xA382C9) is known color: Cold Purple. HEX triplet: A3, 82 and C9. RGB value is (163,130,201). Sum of RGB (Red+Green+Blue) = 163+130+201=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #A382C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382C9 is #5C7D36. Grayscale: #939393. Windows color (decimal): -6061367 or 13206179. OLE color: 13206179.
HSL color Cylindrical-coordinate representation of color #A382C9: hue angle of 267.89º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A382C9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 130 | 201 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.21 |
| HSL | 267.89º | 0.4% | 0.65% | - |
| HSV(B) | 267.89º | 0.35% | 0.79% | - |
| XYZ | 33.63 | 27.97 | 58.88 | - |
| YUV | 147.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 201 | 0.19 | 0.35 | 0 | 0.21 | 267.89 | 0.4 | 0.65 |
| Hex | A3 | 82 | C9 | 13 | 23 | 0 | 15 | 10C | 28 | 41 |
| Octal | 243 | 202 | 311 | 23 | 43 | 0 | 25 | 414 | 50 | 101 |
| Binary | 10100011 | 10000010 | 11001001 | 10011 | 100011 | 0 | 10101 | 100001100 | 101000 | 1000001 |
Color Harmonies of #A382C9
Complementary color
Monochromatic Colors of #A382C9
Black with #A382C9
Text Example
Text Example
White with #A382C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382C9; }
p { color: rgb(163,130,201); }
H1.HeaderClassName
{
color: #A382C9;
}
.AnyTagClassName
{
color: #A382C9;
}
</style>
background-color css
<style>
a { background-color: #A382C9; }
a { background-color: rgb(163,130,201); }
div.DivClassName
{
background-color: #A382C9;
}
.BgClassName
{
background-color: #A382C9;
}
</style>
border-color css
<style>
span { border-color: #A382C9; }
span { border-color: rgb(163,130,201); }
td.TdClassName
{
border-color: #A382C9;
}
.TagClassName
{
border-color: #A382C9;
}
</style>