Shades of Cold Purple #A382CF
Tints of Cold Purple #A382CF
RGB
CMYK
RGB Variations
Color information
#A382CF (or 0xA382CF) is known color: Cold Purple. HEX triplet: A3, 82 and CF. RGB value is (163,130,207). Sum of RGB (Red+Green+Blue) = 163+130+207=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A382CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382CF is #5C7D30. Grayscale: #949494. Windows color (decimal): -6061361 or 13599395. OLE color: 13599395.
HSL color Cylindrical-coordinate representation of color #A382CF: hue angle of 265.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A382CF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 130 | 207 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.19 |
| HSL | 265.71º | 0.45% | 0.66% | - |
| HSV(B) | 265.71º | 0.37% | 0.81% | - |
| XYZ | 34.35 | 28.26 | 62.68 | - |
| YUV | 148.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 207 | 0.21 | 0.37 | 0 | 0.19 | 265.71 | 0.45 | 0.66 |
| Hex | A3 | 82 | CF | 15 | 25 | 0 | 13 | 10A | 2D | 42 |
| Octal | 243 | 202 | 317 | 25 | 45 | 0 | 23 | 412 | 55 | 102 |
| Binary | 10100011 | 10000010 | 11001111 | 10101 | 100101 | 0 | 10011 | 100001010 | 101101 | 1000010 |
Color Harmonies of #A382CF
Complementary color
Monochromatic Colors of #A382CF
Black with #A382CF
Text Example
Text Example
White with #A382CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382CF; }
p { color: rgb(163,130,207); }
H1.HeaderClassName
{
color: #A382CF;
}
.AnyTagClassName
{
color: #A382CF;
}
</style>
background-color css
<style>
a { background-color: #A382CF; }
a { background-color: rgb(163,130,207); }
div.DivClassName
{
background-color: #A382CF;
}
.BgClassName
{
background-color: #A382CF;
}
</style>
border-color css
<style>
span { border-color: #A382CF; }
span { border-color: rgb(163,130,207); }
td.TdClassName
{
border-color: #A382CF;
}
.TagClassName
{
border-color: #A382CF;
}
</style>