Shades of Cold Purple #A386C9
Tints of Cold Purple #A386C9
RGB
CMYK
RGB Variations
Color information
#A386C9 (or 0xA386C9) is known color: Cold Purple. HEX triplet: A3, 86 and C9. RGB value is (163,134,201). Sum of RGB (Red+Green+Blue) = 163+134+201=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #A386C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386C9 is #5C7936. Grayscale: #969696. Windows color (decimal): -6060343 or 13207203. OLE color: 13207203.
HSL color Cylindrical-coordinate representation of color #A386C9: hue angle of 265.97º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A386C9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 134 | 201 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 265.97º | 0.38% | 0.66% | - |
| HSV(B) | 265.97º | 0.33% | 0.79% | - |
| XYZ | 34.17 | 29.05 | 59.07 | - |
| YUV | 150.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 201 | 0.19 | 0.33 | 0 | 0.21 | 265.97 | 0.38 | 0.66 |
| Hex | A3 | 86 | C9 | 13 | 21 | 0 | 15 | 10A | 26 | 42 |
| Octal | 243 | 206 | 311 | 23 | 41 | 0 | 25 | 412 | 46 | 102 |
| Binary | 10100011 | 10000110 | 11001001 | 10011 | 100001 | 0 | 10101 | 100001010 | 100110 | 1000010 |
Color Harmonies of #A386C9
Complementary color
Monochromatic Colors of #A386C9
Black with #A386C9
Text Example
Text Example
White with #A386C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386C9; }
p { color: rgb(163,134,201); }
H1.HeaderClassName
{
color: #A386C9;
}
.AnyTagClassName
{
color: #A386C9;
}
</style>
background-color css
<style>
a { background-color: #A386C9; }
a { background-color: rgb(163,134,201); }
div.DivClassName
{
background-color: #A386C9;
}
.BgClassName
{
background-color: #A386C9;
}
</style>
border-color css
<style>
span { border-color: #A386C9; }
span { border-color: rgb(163,134,201); }
td.TdClassName
{
border-color: #A386C9;
}
.TagClassName
{
border-color: #A386C9;
}
</style>