Shades of Cold Purple #A386CB
Tints of Cold Purple #A386CB
RGB
CMYK
RGB Variations
Color information
#A386CB (or 0xA386CB) is known color: Cold Purple. HEX triplet: A3, 86 and CB. RGB value is (163,134,203). Sum of RGB (Red+Green+Blue) = 163+134+203=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A386CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CB is #5C7934. Grayscale: #969696. Windows color (decimal): -6060341 or 13338275. OLE color: 13338275.
HSL color Cylindrical-coordinate representation of color #A386CB: hue angle of 265.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A386CB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 134 | 203 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.20 |
| HSL | 265.22º | 0.4% | 0.66% | - |
| HSV(B) | 265.22º | 0.34% | 0.8% | - |
| XYZ | 34.41 | 29.15 | 60.31 | - |
| YUV | 150.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 203 | 0.20 | 0.34 | 0 | 0.20 | 265.22 | 0.4 | 0.66 |
| Hex | A3 | 86 | CB | 14 | 22 | 0 | 14 | 109 | 28 | 42 |
| Octal | 243 | 206 | 313 | 24 | 42 | 0 | 24 | 411 | 50 | 102 |
| Binary | 10100011 | 10000110 | 11001011 | 10100 | 100010 | 0 | 10100 | 100001001 | 101000 | 1000010 |
Color Harmonies of #A386CB
Complementary color
Monochromatic Colors of #A386CB
Black with #A386CB
Text Example
Text Example
White with #A386CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386CB; }
p { color: rgb(163,134,203); }
H1.HeaderClassName
{
color: #A386CB;
}
.AnyTagClassName
{
color: #A386CB;
}
</style>
background-color css
<style>
a { background-color: #A386CB; }
a { background-color: rgb(163,134,203); }
div.DivClassName
{
background-color: #A386CB;
}
.BgClassName
{
background-color: #A386CB;
}
</style>
border-color css
<style>
span { border-color: #A386CB; }
span { border-color: rgb(163,134,203); }
td.TdClassName
{
border-color: #A386CB;
}
.TagClassName
{
border-color: #A386CB;
}
</style>