Shades of Cold Purple #A385CF
Tints of Cold Purple #A385CF
RGB
CMYK
RGB Variations
Color information
#A385CF (or 0xA385CF) is known color: Cold Purple. HEX triplet: A3, 85 and CF. RGB value is (163,133,207). Sum of RGB (Red+Green+Blue) = 163+133+207=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A385CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CF is #5C7A30. Grayscale: #969696. Windows color (decimal): -6060593 or 13600163. OLE color: 13600163.
HSL color Cylindrical-coordinate representation of color #A385CF: hue angle of 264.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A385CF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 133 | 207 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.19 |
| HSL | 264.32º | 0.44% | 0.67% | - |
| HSV(B) | 264.32º | 0.36% | 0.81% | - |
| XYZ | 34.75 | 29.07 | 62.81 | - |
| YUV | 150.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 207 | 0.21 | 0.36 | 0 | 0.19 | 264.32 | 0.44 | 0.67 |
| Hex | A3 | 85 | CF | 15 | 24 | 0 | 13 | 108 | 2C | 43 |
| Octal | 243 | 205 | 317 | 25 | 44 | 0 | 23 | 410 | 54 | 103 |
| Binary | 10100011 | 10000101 | 11001111 | 10101 | 100100 | 0 | 10011 | 100001000 | 101100 | 1000011 |
Color Harmonies of #A385CF
Complementary color
Monochromatic Colors of #A385CF
Black with #A385CF
Text Example
Text Example
White with #A385CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385CF; }
p { color: rgb(163,133,207); }
H1.HeaderClassName
{
color: #A385CF;
}
.AnyTagClassName
{
color: #A385CF;
}
</style>
background-color css
<style>
a { background-color: #A385CF; }
a { background-color: rgb(163,133,207); }
div.DivClassName
{
background-color: #A385CF;
}
.BgClassName
{
background-color: #A385CF;
}
</style>
border-color css
<style>
span { border-color: #A385CF; }
span { border-color: rgb(163,133,207); }
td.TdClassName
{
border-color: #A385CF;
}
.TagClassName
{
border-color: #A385CF;
}
</style>