Shades of Cold Purple #A189CB
Tints of Cold Purple #A189CB
RGB
CMYK
RGB Variations
Color information
#A189CB (or 0xA189CB) is known color: Cold Purple. HEX triplet: A1, 89 and CB. RGB value is (161,137,203). Sum of RGB (Red+Green+Blue) = 161+137+203=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A189CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CB is #5E7634. Grayscale: #979797. Windows color (decimal): -6190645 or 13339041. OLE color: 13339041.
HSL color Cylindrical-coordinate representation of color #A189CB: hue angle of 261.82º degrees, saturation: 0.39, 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 #A189CB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 137 | 203 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.20 |
| HSL | 261.82º | 0.39% | 0.67% | - |
| HSV(B) | 261.82º | 0.33% | 0.8% | - |
| XYZ | 34.42 | 29.78 | 60.43 | - |
| YUV | 151.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 203 | 0.21 | 0.33 | 0 | 0.20 | 261.82 | 0.39 | 0.67 |
| Hex | A1 | 89 | CB | 15 | 21 | 0 | 14 | 106 | 27 | 43 |
| Octal | 241 | 211 | 313 | 25 | 41 | 0 | 24 | 406 | 47 | 103 |
| Binary | 10100001 | 10001001 | 11001011 | 10101 | 100001 | 0 | 10100 | 100000110 | 100111 | 1000011 |
Color Harmonies of #A189CB
Complementary color
Monochromatic Colors of #A189CB
Black with #A189CB
Text Example
Text Example
White with #A189CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189CB; }
p { color: rgb(161,137,203); }
H1.HeaderClassName
{
color: #A189CB;
}
.AnyTagClassName
{
color: #A189CB;
}
</style>
background-color css
<style>
a { background-color: #A189CB; }
a { background-color: rgb(161,137,203); }
div.DivClassName
{
background-color: #A189CB;
}
.BgClassName
{
background-color: #A189CB;
}
</style>
border-color css
<style>
span { border-color: #A189CB; }
span { border-color: rgb(161,137,203); }
td.TdClassName
{
border-color: #A189CB;
}
.TagClassName
{
border-color: #A189CB;
}
</style>