Shades of Cold Purple #A385C9
Tints of Cold Purple #A385C9
RGB
CMYK
RGB Variations
Color information
#A385C9 (or 0xA385C9) is known color: Cold Purple. HEX triplet: A3, 85 and C9. RGB value is (163,133,201). Sum of RGB (Red+Green+Blue) = 163+133+201=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #A385C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385C9 is #5C7A36. Grayscale: #959595. Windows color (decimal): -6060599 or 13206947. OLE color: 13206947.
HSL color Cylindrical-coordinate representation of color #A385C9: hue angle of 266.47º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A385C9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 133 | 201 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.21 |
| HSL | 266.47º | 0.39% | 0.65% | - |
| HSV(B) | 266.47º | 0.34% | 0.79% | - |
| XYZ | 34.03 | 28.78 | 59.02 | - |
| YUV | 149.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 201 | 0.19 | 0.34 | 0 | 0.21 | 266.47 | 0.39 | 0.65 |
| Hex | A3 | 85 | C9 | 13 | 22 | 0 | 15 | 10A | 27 | 41 |
| Octal | 243 | 205 | 311 | 23 | 42 | 0 | 25 | 412 | 47 | 101 |
| Binary | 10100011 | 10000101 | 11001001 | 10011 | 100010 | 0 | 10101 | 100001010 | 100111 | 1000001 |
Color Harmonies of #A385C9
Complementary color
Monochromatic Colors of #A385C9
Black with #A385C9
Text Example
Text Example
White with #A385C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385C9; }
p { color: rgb(163,133,201); }
H1.HeaderClassName
{
color: #A385C9;
}
.AnyTagClassName
{
color: #A385C9;
}
</style>
background-color css
<style>
a { background-color: #A385C9; }
a { background-color: rgb(163,133,201); }
div.DivClassName
{
background-color: #A385C9;
}
.BgClassName
{
background-color: #A385C9;
}
</style>
border-color css
<style>
span { border-color: #A385C9; }
span { border-color: rgb(163,133,201); }
td.TdClassName
{
border-color: #A385C9;
}
.TagClassName
{
border-color: #A385C9;
}
</style>