Shades of Cold Purple #A287CB
Tints of Cold Purple #A287CB
RGB
CMYK
RGB Variations
Color information
#A287CB (or 0xA287CB) is known color: Cold Purple. HEX triplet: A2, 87 and CB. RGB value is (162,135,203). Sum of RGB (Red+Green+Blue) = 162+135+203=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A287CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CB is #5D7834. Grayscale: #969696. Windows color (decimal): -6125621 or 13338530. OLE color: 13338530.
HSL color Cylindrical-coordinate representation of color #A287CB: hue angle of 263.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A287CB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 135 | 203 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.20 |
| HSL | 263.82º | 0.4% | 0.66% | - |
| HSV(B) | 263.82º | 0.33% | 0.8% | - |
| XYZ | 34.34 | 29.32 | 60.35 | - |
| YUV | 150.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 203 | 0.20 | 0.33 | 0 | 0.20 | 263.82 | 0.4 | 0.66 |
| Hex | A2 | 87 | CB | 14 | 21 | 0 | 14 | 108 | 28 | 42 |
| Octal | 242 | 207 | 313 | 24 | 41 | 0 | 24 | 410 | 50 | 102 |
| Binary | 10100010 | 10000111 | 11001011 | 10100 | 100001 | 0 | 10100 | 100001000 | 101000 | 1000010 |
Color Harmonies of #A287CB
Complementary color
Monochromatic Colors of #A287CB
Black with #A287CB
Text Example
Text Example
White with #A287CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287CB; }
p { color: rgb(162,135,203); }
H1.HeaderClassName
{
color: #A287CB;
}
.AnyTagClassName
{
color: #A287CB;
}
</style>
background-color css
<style>
a { background-color: #A287CB; }
a { background-color: rgb(162,135,203); }
div.DivClassName
{
background-color: #A287CB;
}
.BgClassName
{
background-color: #A287CB;
}
</style>
border-color css
<style>
span { border-color: #A287CB; }
span { border-color: rgb(162,135,203); }
td.TdClassName
{
border-color: #A287CB;
}
.TagClassName
{
border-color: #A287CB;
}
</style>