Shades of Cold Purple #A286C4
Tints of Cold Purple #A286C4
RGB
CMYK
RGB Variations
Color information
#A286C4 (or 0xA286C4) is known color: Cold Purple. HEX triplet: A2, 86 and C4. RGB value is (162,134,196). Sum of RGB (Red+Green+Blue) = 162+134+196=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A286C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286C4 is #5D793B. Grayscale: #959595. Windows color (decimal): -6125884 or 12879522. OLE color: 12879522.
HSL color Cylindrical-coordinate representation of color #A286C4: hue angle of 267.1º degrees, saturation: 0.34, 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 #A286C4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 134 | 196 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.23 |
| HSL | 267.1º | 0.34% | 0.65% | - |
| HSV(B) | 267.1º | 0.32% | 0.77% | - |
| XYZ | 33.39 | 28.72 | 56.01 | - |
| YUV | 149.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 196 | 0.17 | 0.32 | 0 | 0.23 | 267.1 | 0.34 | 0.65 |
| Hex | A2 | 86 | C4 | 11 | 20 | 0 | 17 | 10B | 22 | 41 |
| Octal | 242 | 206 | 304 | 21 | 40 | 0 | 27 | 413 | 42 | 101 |
| Binary | 10100010 | 10000110 | 11000100 | 10001 | 100000 | 0 | 10111 | 100001011 | 100010 | 1000001 |
Color Harmonies of #A286C4
Complementary color
Monochromatic Colors of #A286C4
Black with #A286C4
Text Example
Text Example
White with #A286C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286C4; }
p { color: rgb(162,134,196); }
H1.HeaderClassName
{
color: #A286C4;
}
.AnyTagClassName
{
color: #A286C4;
}
</style>
background-color css
<style>
a { background-color: #A286C4; }
a { background-color: rgb(162,134,196); }
div.DivClassName
{
background-color: #A286C4;
}
.BgClassName
{
background-color: #A286C4;
}
</style>
border-color css
<style>
span { border-color: #A286C4; }
span { border-color: rgb(162,134,196); }
td.TdClassName
{
border-color: #A286C4;
}
.TagClassName
{
border-color: #A286C4;
}
</style>