Shades of Cold Purple #A286CB
Tints of Cold Purple #A286CB
RGB
CMYK
RGB Variations
Color information
#A286CB (or 0xA286CB) is known color: Cold Purple. HEX triplet: A2, 86 and CB. RGB value is (162,134,203). Sum of RGB (Red+Green+Blue) = 162+134+203=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A286CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286CB is #5D7934. Grayscale: #959595. Windows color (decimal): -6125877 or 13338274. OLE color: 13338274.
HSL color Cylindrical-coordinate representation of color #A286CB: hue angle of 264.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A286CB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 134 | 203 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.20 |
| HSL | 264.35º | 0.4% | 0.66% | - |
| HSV(B) | 264.35º | 0.34% | 0.8% | - |
| XYZ | 34.2 | 29.04 | 60.3 | - |
| YUV | 150.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 203 | 0.20 | 0.34 | 0 | 0.20 | 264.35 | 0.4 | 0.66 |
| Hex | A2 | 86 | CB | 14 | 22 | 0 | 14 | 108 | 28 | 42 |
| Octal | 242 | 206 | 313 | 24 | 42 | 0 | 24 | 410 | 50 | 102 |
| Binary | 10100010 | 10000110 | 11001011 | 10100 | 100010 | 0 | 10100 | 100001000 | 101000 | 1000010 |
Color Harmonies of #A286CB
Complementary color
Monochromatic Colors of #A286CB
Black with #A286CB
Text Example
Text Example
White with #A286CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286CB; }
p { color: rgb(162,134,203); }
H1.HeaderClassName
{
color: #A286CB;
}
.AnyTagClassName
{
color: #A286CB;
}
</style>
background-color css
<style>
a { background-color: #A286CB; }
a { background-color: rgb(162,134,203); }
div.DivClassName
{
background-color: #A286CB;
}
.BgClassName
{
background-color: #A286CB;
}
</style>
border-color css
<style>
span { border-color: #A286CB; }
span { border-color: rgb(162,134,203); }
td.TdClassName
{
border-color: #A286CB;
}
.TagClassName
{
border-color: #A286CB;
}
</style>