Shades of Cold Purple #A286BF
Tints of Cold Purple #A286BF
RGB
CMYK
RGB Variations
Color information
#A286BF (or 0xA286BF) is known color: Cold Purple. HEX triplet: A2, 86 and BF. RGB value is (162,134,191). Sum of RGB (Red+Green+Blue) = 162+134+191=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #A286BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286BF is #5D7940. Grayscale: #949494. Windows color (decimal): -6125889 or 12551842. OLE color: 12551842.
HSL color Cylindrical-coordinate representation of color #A286BF: hue angle of 269.47º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A286BF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 134 | 191 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.25 |
| HSL | 269.47º | 0.31% | 0.64% | - |
| HSV(B) | 269.47º | 0.3% | 0.75% | - |
| XYZ | 32.83 | 28.49 | 53.06 | - |
| YUV | 148.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 191 | 0.15 | 0.30 | 0 | 0.25 | 269.47 | 0.31 | 0.64 |
| Hex | A2 | 86 | BF | F | 1E | 0 | 19 | 10D | 1F | 40 |
| Octal | 242 | 206 | 277 | 17 | 36 | 0 | 31 | 415 | 37 | 100 |
| Binary | 10100010 | 10000110 | 10111111 | 1111 | 11110 | 0 | 11001 | 100001101 | 11111 | 1000000 |
Color Harmonies of #A286BF
Complementary color
Monochromatic Colors of #A286BF
Black with #A286BF
Text Example
Text Example
White with #A286BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286BF; }
p { color: rgb(162,134,191); }
H1.HeaderClassName
{
color: #A286BF;
}
.AnyTagClassName
{
color: #A286BF;
}
</style>
background-color css
<style>
a { background-color: #A286BF; }
a { background-color: rgb(162,134,191); }
div.DivClassName
{
background-color: #A286BF;
}
.BgClassName
{
background-color: #A286BF;
}
</style>
border-color css
<style>
span { border-color: #A286BF; }
span { border-color: rgb(162,134,191); }
td.TdClassName
{
border-color: #A286BF;
}
.TagClassName
{
border-color: #A286BF;
}
</style>