Shades of Cold Purple #A286C1
Tints of Cold Purple #A286C1
RGB
CMYK
RGB Variations
Color information
#A286C1 (or 0xA286C1) is known color: Cold Purple. HEX triplet: A2, 86 and C1. RGB value is (162,134,193). Sum of RGB (Red+Green+Blue) = 162+134+193=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #A286C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286C1 is #5D793E. Grayscale: #949494. Windows color (decimal): -6125887 or 12682914. OLE color: 12682914.
HSL color Cylindrical-coordinate representation of color #A286C1: hue angle of 268.47º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A286C1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 134 | 193 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.24 |
| HSL | 268.47º | 0.32% | 0.64% | - |
| HSV(B) | 268.47º | 0.31% | 0.76% | - |
| XYZ | 33.05 | 28.58 | 54.23 | - |
| YUV | 149.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 193 | 0.16 | 0.31 | 0 | 0.24 | 268.47 | 0.32 | 0.64 |
| Hex | A2 | 86 | C1 | 10 | 1F | 0 | 18 | 10C | 20 | 40 |
| Octal | 242 | 206 | 301 | 20 | 37 | 0 | 30 | 414 | 40 | 100 |
| Binary | 10100010 | 10000110 | 11000001 | 10000 | 11111 | 0 | 11000 | 100001100 | 100000 | 1000000 |
Color Harmonies of #A286C1
Complementary color
Monochromatic Colors of #A286C1
Black with #A286C1
Text Example
Text Example
White with #A286C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286C1; }
p { color: rgb(162,134,193); }
H1.HeaderClassName
{
color: #A286C1;
}
.AnyTagClassName
{
color: #A286C1;
}
</style>
background-color css
<style>
a { background-color: #A286C1; }
a { background-color: rgb(162,134,193); }
div.DivClassName
{
background-color: #A286C1;
}
.BgClassName
{
background-color: #A286C1;
}
</style>
border-color css
<style>
span { border-color: #A286C1; }
span { border-color: rgb(162,134,193); }
td.TdClassName
{
border-color: #A286C1;
}
.TagClassName
{
border-color: #A286C1;
}
</style>