Shades of Cold Purple #A386CC
Tints of Cold Purple #A386CC
RGB
CMYK
RGB Variations
Color information
#A386CC (or 0xA386CC) is known color: Cold Purple. HEX triplet: A3, 86 and CC. RGB value is (163,134,204). Sum of RGB (Red+Green+Blue) = 163+134+204=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A386CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386CC is #5C7933. Grayscale: #969696. Windows color (decimal): -6060340 or 13403811. OLE color: 13403811.
HSL color Cylindrical-coordinate representation of color #A386CC: hue angle of 264.86º degrees, saturation: 0.41, 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 #A386CC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 134 | 204 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.2 |
| HSL | 264.86º | 0.41% | 0.66% | - |
| HSV(B) | 264.86º | 0.34% | 0.8% | - |
| XYZ | 34.53 | 29.2 | 60.94 | - |
| YUV | 150.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 204 | 0.20 | 0.34 | 0 | 0.2 | 264.86 | 0.41 | 0.66 |
| Hex | A3 | 86 | CC | 14 | 22 | 0 | 14 | 109 | 29 | 42 |
| Octal | 243 | 206 | 314 | 24 | 42 | 0 | 24 | 411 | 51 | 102 |
| Binary | 10100011 | 10000110 | 11001100 | 10100 | 100010 | 0 | 10100 | 100001001 | 101001 | 1000010 |
Color Harmonies of #A386CC
Complementary color
Monochromatic Colors of #A386CC
Black with #A386CC
Text Example
Text Example
White with #A386CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386CC; }
p { color: rgb(163,134,204); }
H1.HeaderClassName
{
color: #A386CC;
}
.AnyTagClassName
{
color: #A386CC;
}
</style>
background-color css
<style>
a { background-color: #A386CC; }
a { background-color: rgb(163,134,204); }
div.DivClassName
{
background-color: #A386CC;
}
.BgClassName
{
background-color: #A386CC;
}
</style>
border-color css
<style>
span { border-color: #A386CC; }
span { border-color: rgb(163,134,204); }
td.TdClassName
{
border-color: #A386CC;
}
.TagClassName
{
border-color: #A386CC;
}
</style>