Shades of Cold Purple #A289C0
Tints of Cold Purple #A289C0
RGB
CMYK
RGB Variations
Color information
#A289C0 (or 0xA289C0) is known color: Cold Purple. HEX triplet: A2, 89 and C0. RGB value is (162,137,192). Sum of RGB (Red+Green+Blue) = 162+137+192=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #A289C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289C0 is #5D763F. Grayscale: #969696. Windows color (decimal): -6125120 or 12618146. OLE color: 12618146.
HSL color Cylindrical-coordinate representation of color #A289C0: hue angle of 267.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A289C0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 137 | 192 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.25 |
| HSL | 267.27º | 0.3% | 0.65% | - |
| HSV(B) | 267.27º | 0.29% | 0.75% | - |
| XYZ | 33.36 | 29.38 | 53.78 | - |
| YUV | 150.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 192 | 0.16 | 0.29 | 0 | 0.25 | 267.27 | 0.3 | 0.65 |
| Hex | A2 | 89 | C0 | 10 | 1D | 0 | 19 | 10B | 1E | 41 |
| Octal | 242 | 211 | 300 | 20 | 35 | 0 | 31 | 413 | 36 | 101 |
| Binary | 10100010 | 10001001 | 11000000 | 10000 | 11101 | 0 | 11001 | 100001011 | 11110 | 1000001 |
Color Harmonies of #A289C0
Complementary color
Monochromatic Colors of #A289C0
Black with #A289C0
Text Example
Text Example
White with #A289C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289C0; }
p { color: rgb(162,137,192); }
H1.HeaderClassName
{
color: #A289C0;
}
.AnyTagClassName
{
color: #A289C0;
}
</style>
background-color css
<style>
a { background-color: #A289C0; }
a { background-color: rgb(162,137,192); }
div.DivClassName
{
background-color: #A289C0;
}
.BgClassName
{
background-color: #A289C0;
}
</style>
border-color css
<style>
span { border-color: #A289C0; }
span { border-color: rgb(162,137,192); }
td.TdClassName
{
border-color: #A289C0;
}
.TagClassName
{
border-color: #A289C0;
}
</style>