Shades of Cold Purple #A286C5
Tints of Cold Purple #A286C5
RGB
CMYK
RGB Variations
Color information
#A286C5 (or 0xA286C5) is known color: Cold Purple. HEX triplet: A2, 86 and C5. RGB value is (162,134,197). Sum of RGB (Red+Green+Blue) = 162+134+197=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #A286C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286C5 is #5D793A. Grayscale: #959595. Windows color (decimal): -6125883 or 12945058. OLE color: 12945058.
HSL color Cylindrical-coordinate representation of color #A286C5: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A286C5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 134 | 197 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.23 |
| HSL | 266.67º | 0.35% | 0.65% | - |
| HSV(B) | 266.67º | 0.32% | 0.77% | - |
| XYZ | 33.5 | 28.76 | 56.61 | - |
| YUV | 149.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 197 | 0.18 | 0.32 | 0 | 0.23 | 266.67 | 0.35 | 0.65 |
| Hex | A2 | 86 | C5 | 12 | 20 | 0 | 17 | 10B | 23 | 41 |
| Octal | 242 | 206 | 305 | 22 | 40 | 0 | 27 | 413 | 43 | 101 |
| Binary | 10100010 | 10000110 | 11000101 | 10010 | 100000 | 0 | 10111 | 100001011 | 100011 | 1000001 |
Color Harmonies of #A286C5
Complementary color
Monochromatic Colors of #A286C5
Black with #A286C5
Text Example
Text Example
White with #A286C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286C5; }
p { color: rgb(162,134,197); }
H1.HeaderClassName
{
color: #A286C5;
}
.AnyTagClassName
{
color: #A286C5;
}
</style>
background-color css
<style>
a { background-color: #A286C5; }
a { background-color: rgb(162,134,197); }
div.DivClassName
{
background-color: #A286C5;
}
.BgClassName
{
background-color: #A286C5;
}
</style>
border-color css
<style>
span { border-color: #A286C5; }
span { border-color: rgb(162,134,197); }
td.TdClassName
{
border-color: #A286C5;
}
.TagClassName
{
border-color: #A286C5;
}
</style>