Shades of Cold Purple #A385D0
Tints of Cold Purple #A385D0
RGB
CMYK
RGB Variations
Color information
#A385D0 (or 0xA385D0) is known color: Cold Purple. HEX triplet: A3, 85 and D0. RGB value is (163,133,208). Sum of RGB (Red+Green+Blue) = 163+133+208=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A385D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385D0 is #5C7A2F. Grayscale: #969696. Windows color (decimal): -6060592 or 13665699. OLE color: 13665699.
HSL color Cylindrical-coordinate representation of color #A385D0: hue angle of 264º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A385D0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 133 | 208 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.18 |
| HSL | 264º | 0.44% | 0.67% | - |
| HSV(B) | 264º | 0.36% | 0.82% | - |
| XYZ | 34.88 | 29.12 | 63.46 | - |
| YUV | 150.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 208 | 0.22 | 0.36 | 0 | 0.18 | 264 | 0.44 | 0.67 |
| Hex | A3 | 85 | D0 | 16 | 24 | 0 | 12 | 108 | 2C | 43 |
| Octal | 243 | 205 | 320 | 26 | 44 | 0 | 22 | 410 | 54 | 103 |
| Binary | 10100011 | 10000101 | 11010000 | 10110 | 100100 | 0 | 10010 | 100001000 | 101100 | 1000011 |
Color Harmonies of #A385D0
Complementary color
Monochromatic Colors of #A385D0
Black with #A385D0
Text Example
Text Example
White with #A385D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385D0; }
p { color: rgb(163,133,208); }
H1.HeaderClassName
{
color: #A385D0;
}
.AnyTagClassName
{
color: #A385D0;
}
</style>
background-color css
<style>
a { background-color: #A385D0; }
a { background-color: rgb(163,133,208); }
div.DivClassName
{
background-color: #A385D0;
}
.BgClassName
{
background-color: #A385D0;
}
</style>
border-color css
<style>
span { border-color: #A385D0; }
span { border-color: rgb(163,133,208); }
td.TdClassName
{
border-color: #A385D0;
}
.TagClassName
{
border-color: #A385D0;
}
</style>