Shades of Cold Purple #A385C3
Tints of Cold Purple #A385C3
RGB
CMYK
RGB Variations
Color information
#A385C3 (or 0xA385C3) is known color: Cold Purple. HEX triplet: A3, 85 and C3. RGB value is (163,133,195). Sum of RGB (Red+Green+Blue) = 163+133+195=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #A385C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385C3 is #5C7A3C. Grayscale: #949494. Windows color (decimal): -6060605 or 12813731. OLE color: 12813731.
HSL color Cylindrical-coordinate representation of color #A385C3: hue angle of 269.03º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A385C3 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 133 | 195 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.24 |
| HSL | 269.03º | 0.34% | 0.64% | - |
| HSV(B) | 269.03º | 0.32% | 0.76% | - |
| XYZ | 33.34 | 28.5 | 55.37 | - |
| YUV | 149.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 195 | 0.16 | 0.32 | 0 | 0.24 | 269.03 | 0.34 | 0.64 |
| Hex | A3 | 85 | C3 | 10 | 20 | 0 | 18 | 10D | 22 | 40 |
| Octal | 243 | 205 | 303 | 20 | 40 | 0 | 30 | 415 | 42 | 100 |
| Binary | 10100011 | 10000101 | 11000011 | 10000 | 100000 | 0 | 11000 | 100001101 | 100010 | 1000000 |
Color Harmonies of #A385C3
Complementary color
Monochromatic Colors of #A385C3
Black with #A385C3
Text Example
Text Example
White with #A385C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385C3; }
p { color: rgb(163,133,195); }
H1.HeaderClassName
{
color: #A385C3;
}
.AnyTagClassName
{
color: #A385C3;
}
</style>
background-color css
<style>
a { background-color: #A385C3; }
a { background-color: rgb(163,133,195); }
div.DivClassName
{
background-color: #A385C3;
}
.BgClassName
{
background-color: #A385C3;
}
</style>
border-color css
<style>
span { border-color: #A385C3; }
span { border-color: rgb(163,133,195); }
td.TdClassName
{
border-color: #A385C3;
}
.TagClassName
{
border-color: #A385C3;
}
</style>