Shades of Cold Purple #A286CC
Tints of Cold Purple #A286CC
RGB
CMYK
RGB Variations
Color information
#A286CC (or 0xA286CC) is known color: Cold Purple. HEX triplet: A2, 86 and CC. RGB value is (162,134,204). Sum of RGB (Red+Green+Blue) = 162+134+204=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A286CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286CC is #5D7933. Grayscale: #969696. Windows color (decimal): -6125876 or 13403810. OLE color: 13403810.
HSL color Cylindrical-coordinate representation of color #A286CC: hue angle of 264º 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 #A286CC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 134 | 204 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.2 |
| HSL | 264º | 0.41% | 0.66% | - |
| HSV(B) | 264º | 0.34% | 0.8% | - |
| XYZ | 34.32 | 29.09 | 60.93 | - |
| YUV | 150.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 204 | 0.21 | 0.34 | 0 | 0.2 | 264 | 0.41 | 0.66 |
| Hex | A2 | 86 | CC | 15 | 22 | 0 | 14 | 108 | 29 | 42 |
| Octal | 242 | 206 | 314 | 25 | 42 | 0 | 24 | 410 | 51 | 102 |
| Binary | 10100010 | 10000110 | 11001100 | 10101 | 100010 | 0 | 10100 | 100001000 | 101001 | 1000010 |
Color Harmonies of #A286CC
Complementary color
Monochromatic Colors of #A286CC
Black with #A286CC
Text Example
Text Example
White with #A286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286CC; }
p { color: rgb(162,134,204); }
H1.HeaderClassName
{
color: #A286CC;
}
.AnyTagClassName
{
color: #A286CC;
}
</style>
background-color css
<style>
a { background-color: #A286CC; }
a { background-color: rgb(162,134,204); }
div.DivClassName
{
background-color: #A286CC;
}
.BgClassName
{
background-color: #A286CC;
}
</style>
border-color css
<style>
span { border-color: #A286CC; }
span { border-color: rgb(162,134,204); }
td.TdClassName
{
border-color: #A286CC;
}
.TagClassName
{
border-color: #A286CC;
}
</style>