Shades of Cold Purple #A385CD
Tints of Cold Purple #A385CD
RGB
CMYK
RGB Variations
Color information
#A385CD (or 0xA385CD) is known color: Cold Purple. HEX triplet: A3, 85 and CD. RGB value is (163,133,205). Sum of RGB (Red+Green+Blue) = 163+133+205=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A385CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CD is #5C7A32. Grayscale: #959595. Windows color (decimal): -6060595 or 13469091. OLE color: 13469091.
HSL color Cylindrical-coordinate representation of color #A385CD: hue angle of 265º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A385CD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 133 | 205 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.20 |
| HSL | 265º | 0.42% | 0.66% | - |
| HSV(B) | 265º | 0.35% | 0.8% | - |
| XYZ | 34.51 | 28.97 | 61.53 | - |
| YUV | 150.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 205 | 0.20 | 0.35 | 0 | 0.20 | 265 | 0.42 | 0.66 |
| Hex | A3 | 85 | CD | 14 | 23 | 0 | 14 | 109 | 2A | 42 |
| Octal | 243 | 205 | 315 | 24 | 43 | 0 | 24 | 411 | 52 | 102 |
| Binary | 10100011 | 10000101 | 11001101 | 10100 | 100011 | 0 | 10100 | 100001001 | 101010 | 1000010 |
Color Harmonies of #A385CD
Complementary color
Monochromatic Colors of #A385CD
Black with #A385CD
Text Example
Text Example
White with #A385CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385CD; }
p { color: rgb(163,133,205); }
H1.HeaderClassName
{
color: #A385CD;
}
.AnyTagClassName
{
color: #A385CD;
}
</style>
background-color css
<style>
a { background-color: #A385CD; }
a { background-color: rgb(163,133,205); }
div.DivClassName
{
background-color: #A385CD;
}
.BgClassName
{
background-color: #A385CD;
}
</style>
border-color css
<style>
span { border-color: #A385CD; }
span { border-color: rgb(163,133,205); }
td.TdClassName
{
border-color: #A385CD;
}
.TagClassName
{
border-color: #A385CD;
}
</style>