Shades of Cold Purple #A386C3
Tints of Cold Purple #A386C3
RGB
CMYK
RGB Variations
Color information
#A386C3 (or 0xA386C3) is known color: Cold Purple. HEX triplet: A3, 86 and C3. RGB value is (163,134,195). Sum of RGB (Red+Green+Blue) = 163+134+195=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #A386C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386C3 is #5C793C. Grayscale: #959595. Windows color (decimal): -6060349 or 12813987. OLE color: 12813987.
HSL color Cylindrical-coordinate representation of color #A386C3: hue angle of 268.52º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A386C3 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 134 | 195 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.24 |
| HSL | 268.52º | 0.34% | 0.65% | - |
| HSV(B) | 268.52º | 0.31% | 0.76% | - |
| XYZ | 33.48 | 28.78 | 55.42 | - |
| YUV | 149.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 195 | 0.16 | 0.31 | 0 | 0.24 | 268.52 | 0.34 | 0.65 |
| Hex | A3 | 86 | C3 | 10 | 1F | 0 | 18 | 10D | 22 | 41 |
| Octal | 243 | 206 | 303 | 20 | 37 | 0 | 30 | 415 | 42 | 101 |
| Binary | 10100011 | 10000110 | 11000011 | 10000 | 11111 | 0 | 11000 | 100001101 | 100010 | 1000001 |
Color Harmonies of #A386C3
Complementary color
Monochromatic Colors of #A386C3
Black with #A386C3
Text Example
Text Example
White with #A386C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386C3; }
p { color: rgb(163,134,195); }
H1.HeaderClassName
{
color: #A386C3;
}
.AnyTagClassName
{
color: #A386C3;
}
</style>
background-color css
<style>
a { background-color: #A386C3; }
a { background-color: rgb(163,134,195); }
div.DivClassName
{
background-color: #A386C3;
}
.BgClassName
{
background-color: #A386C3;
}
</style>
border-color css
<style>
span { border-color: #A386C3; }
span { border-color: rgb(163,134,195); }
td.TdClassName
{
border-color: #A386C3;
}
.TagClassName
{
border-color: #A386C3;
}
</style>