Shades of Cold Purple #A289C5
Tints of Cold Purple #A289C5
RGB
CMYK
RGB Variations
Color information
#A289C5 (or 0xA289C5) is known color: Cold Purple. HEX triplet: A2, 89 and C5. RGB value is (162,137,197). Sum of RGB (Red+Green+Blue) = 162+137+197=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #A289C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289C5 is #5D763A. Grayscale: #979797. Windows color (decimal): -6125115 or 12945826. OLE color: 12945826.
HSL color Cylindrical-coordinate representation of color #A289C5: hue angle of 265º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A289C5 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 137 | 197 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.23 |
| HSL | 265º | 0.34% | 0.65% | - |
| HSV(B) | 265º | 0.3% | 0.77% | - |
| XYZ | 33.92 | 29.6 | 56.75 | - |
| YUV | 151.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 197 | 0.18 | 0.30 | 0 | 0.23 | 265 | 0.34 | 0.65 |
| Hex | A2 | 89 | C5 | 12 | 1E | 0 | 17 | 109 | 22 | 41 |
| Octal | 242 | 211 | 305 | 22 | 36 | 0 | 27 | 411 | 42 | 101 |
| Binary | 10100010 | 10001001 | 11000101 | 10010 | 11110 | 0 | 10111 | 100001001 | 100010 | 1000001 |
Color Harmonies of #A289C5
Complementary color
Monochromatic Colors of #A289C5
Black with #A289C5
Text Example
Text Example
White with #A289C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289C5; }
p { color: rgb(162,137,197); }
H1.HeaderClassName
{
color: #A289C5;
}
.AnyTagClassName
{
color: #A289C5;
}
</style>
background-color css
<style>
a { background-color: #A289C5; }
a { background-color: rgb(162,137,197); }
div.DivClassName
{
background-color: #A289C5;
}
.BgClassName
{
background-color: #A289C5;
}
</style>
border-color css
<style>
span { border-color: #A289C5; }
span { border-color: rgb(162,137,197); }
td.TdClassName
{
border-color: #A289C5;
}
.TagClassName
{
border-color: #A289C5;
}
</style>