Shades of Cold Purple #A286C9
Tints of Cold Purple #A286C9
RGB
CMYK
RGB Variations
Color information
#A286C9 (or 0xA286C9) is known color: Cold Purple. HEX triplet: A2, 86 and C9. RGB value is (162,134,201). Sum of RGB (Red+Green+Blue) = 162+134+201=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #A286C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286C9 is #5D7936. Grayscale: #959595. Windows color (decimal): -6125879 or 13207202. OLE color: 13207202.
HSL color Cylindrical-coordinate representation of color #A286C9: hue angle of 265.07º 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 #A286C9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 134 | 201 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 265.07º | 0.38% | 0.66% | - |
| HSV(B) | 265.07º | 0.33% | 0.79% | - |
| XYZ | 33.97 | 28.95 | 59.06 | - |
| YUV | 150.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 201 | 0.19 | 0.33 | 0 | 0.21 | 265.07 | 0.38 | 0.66 |
| Hex | A2 | 86 | C9 | 13 | 21 | 0 | 15 | 109 | 26 | 42 |
| Octal | 242 | 206 | 311 | 23 | 41 | 0 | 25 | 411 | 46 | 102 |
| Binary | 10100010 | 10000110 | 11001001 | 10011 | 100001 | 0 | 10101 | 100001001 | 100110 | 1000010 |
Color Harmonies of #A286C9
Complementary color
Monochromatic Colors of #A286C9
Black with #A286C9
Text Example
Text Example
White with #A286C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286C9; }
p { color: rgb(162,134,201); }
H1.HeaderClassName
{
color: #A286C9;
}
.AnyTagClassName
{
color: #A286C9;
}
</style>
background-color css
<style>
a { background-color: #A286C9; }
a { background-color: rgb(162,134,201); }
div.DivClassName
{
background-color: #A286C9;
}
.BgClassName
{
background-color: #A286C9;
}
</style>
border-color css
<style>
span { border-color: #A286C9; }
span { border-color: rgb(162,134,201); }
td.TdClassName
{
border-color: #A286C9;
}
.TagClassName
{
border-color: #A286C9;
}
</style>