Shades of Cold Purple #A189CC
Tints of Cold Purple #A189CC
RGB
CMYK
RGB Variations
Color information
#A189CC (or 0xA189CC) is known color: Cold Purple. HEX triplet: A1, 89 and CC. RGB value is (161,137,204). Sum of RGB (Red+Green+Blue) = 161+137+204=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A189CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CC is #5E7633. Grayscale: #979797. Windows color (decimal): -6190644 or 13404577. OLE color: 13404577.
HSL color Cylindrical-coordinate representation of color #A189CC: hue angle of 261.49º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A189CC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 137 | 204 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.2 |
| HSL | 261.49º | 0.4% | 0.67% | - |
| HSV(B) | 261.49º | 0.33% | 0.8% | - |
| XYZ | 34.54 | 29.83 | 61.06 | - |
| YUV | 151.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 204 | 0.21 | 0.33 | 0 | 0.2 | 261.49 | 0.4 | 0.67 |
| Hex | A1 | 89 | CC | 15 | 21 | 0 | 14 | 105 | 28 | 43 |
| Octal | 241 | 211 | 314 | 25 | 41 | 0 | 24 | 405 | 50 | 103 |
| Binary | 10100001 | 10001001 | 11001100 | 10101 | 100001 | 0 | 10100 | 100000101 | 101000 | 1000011 |
Color Harmonies of #A189CC
Complementary color
Monochromatic Colors of #A189CC
Black with #A189CC
Text Example
Text Example
White with #A189CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189CC; }
p { color: rgb(161,137,204); }
H1.HeaderClassName
{
color: #A189CC;
}
.AnyTagClassName
{
color: #A189CC;
}
</style>
background-color css
<style>
a { background-color: #A189CC; }
a { background-color: rgb(161,137,204); }
div.DivClassName
{
background-color: #A189CC;
}
.BgClassName
{
background-color: #A189CC;
}
</style>
border-color css
<style>
span { border-color: #A189CC; }
span { border-color: rgb(161,137,204); }
td.TdClassName
{
border-color: #A189CC;
}
.TagClassName
{
border-color: #A189CC;
}
</style>