Shades of Cold Purple #A385D4
Tints of Cold Purple #A385D4
RGB
CMYK
RGB Variations
Color information
#A385D4 (or 0xA385D4) is known color: Cold Purple. HEX triplet: A3, 85 and D4. RGB value is (163,133,212). Sum of RGB (Red+Green+Blue) = 163+133+212=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #A385D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385D4 is #5C7A2B. Grayscale: #969696. Windows color (decimal): -6060588 or 13927843. OLE color: 13927843.
HSL color Cylindrical-coordinate representation of color #A385D4: hue angle of 262.78º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A385D4 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 133 | 212 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.17 |
| HSL | 262.78º | 0.48% | 0.68% | - |
| HSV(B) | 262.78º | 0.37% | 0.83% | - |
| XYZ | 35.38 | 29.32 | 66.08 | - |
| YUV | 150.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 212 | 0.23 | 0.37 | 0 | 0.17 | 262.78 | 0.48 | 0.68 |
| Hex | A3 | 85 | D4 | 17 | 25 | 0 | 11 | 107 | 30 | 44 |
| Octal | 243 | 205 | 324 | 27 | 45 | 0 | 21 | 407 | 60 | 104 |
| Binary | 10100011 | 10000101 | 11010100 | 10111 | 100101 | 0 | 10001 | 100000111 | 110000 | 1000100 |
Color Harmonies of #A385D4
Complementary color
Monochromatic Colors of #A385D4
Black with #A385D4
Text Example
Text Example
White with #A385D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385D4; }
p { color: rgb(163,133,212); }
H1.HeaderClassName
{
color: #A385D4;
}
.AnyTagClassName
{
color: #A385D4;
}
</style>
background-color css
<style>
a { background-color: #A385D4; }
a { background-color: rgb(163,133,212); }
div.DivClassName
{
background-color: #A385D4;
}
.BgClassName
{
background-color: #A385D4;
}
</style>
border-color css
<style>
span { border-color: #A385D4; }
span { border-color: rgb(163,133,212); }
td.TdClassName
{
border-color: #A385D4;
}
.TagClassName
{
border-color: #A385D4;
}
</style>