Shades of Cold Purple #A289BC
Tints of Cold Purple #A289BC
RGB
CMYK
RGB Variations
Color information
#A289BC (or 0xA289BC) is known color: Cold Purple. HEX triplet: A2, 89 and BC. RGB value is (162,137,188). Sum of RGB (Red+Green+Blue) = 162+137+188=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A289BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BC is #5D7643. Grayscale: #969696. Windows color (decimal): -6125124 or 12356002. OLE color: 12356002.
HSL color Cylindrical-coordinate representation of color #A289BC: hue angle of 269.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A289BC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 137 | 188 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.26 |
| HSL | 269.41º | 0.28% | 0.64% | - |
| HSV(B) | 269.41º | 0.27% | 0.74% | - |
| XYZ | 32.92 | 29.2 | 51.48 | - |
| YUV | 150.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 188 | 0.14 | 0.27 | 0 | 0.26 | 269.41 | 0.28 | 0.64 |
| Hex | A2 | 89 | BC | E | 1B | 0 | 1A | 10D | 1C | 40 |
| Octal | 242 | 211 | 274 | 16 | 33 | 0 | 32 | 415 | 34 | 100 |
| Binary | 10100010 | 10001001 | 10111100 | 1110 | 11011 | 0 | 11010 | 100001101 | 11100 | 1000000 |
Color Harmonies of #A289BC
Complementary color
Monochromatic Colors of #A289BC
Black with #A289BC
Text Example
Text Example
White with #A289BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289BC; }
p { color: rgb(162,137,188); }
H1.HeaderClassName
{
color: #A289BC;
}
.AnyTagClassName
{
color: #A289BC;
}
</style>
background-color css
<style>
a { background-color: #A289BC; }
a { background-color: rgb(162,137,188); }
div.DivClassName
{
background-color: #A289BC;
}
.BgClassName
{
background-color: #A289BC;
}
</style>
border-color css
<style>
span { border-color: #A289BC; }
span { border-color: rgb(162,137,188); }
td.TdClassName
{
border-color: #A289BC;
}
.TagClassName
{
border-color: #A289BC;
}
</style>