Shades of Cold Purple #A389D0
Tints of Cold Purple #A389D0
RGB
CMYK
RGB Variations
Color information
#A389D0 (or 0xA389D0) is known color: Cold Purple. HEX triplet: A3, 89 and D0. RGB value is (163,137,208). Sum of RGB (Red+Green+Blue) = 163+137+208=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #A389D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389D0 is #5C762F. Grayscale: #989898. Windows color (decimal): -6059568 or 13666723. OLE color: 13666723.
HSL color Cylindrical-coordinate representation of color #A389D0: hue angle of 261.97º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A389D0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 137 | 208 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.18 |
| HSL | 261.97º | 0.43% | 0.68% | - |
| HSV(B) | 261.97º | 0.34% | 0.82% | - |
| XYZ | 35.44 | 30.23 | 63.64 | - |
| YUV | 152.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 208 | 0.22 | 0.34 | 0 | 0.18 | 261.97 | 0.43 | 0.68 |
| Hex | A3 | 89 | D0 | 16 | 22 | 0 | 12 | 106 | 2B | 44 |
| Octal | 243 | 211 | 320 | 26 | 42 | 0 | 22 | 406 | 53 | 104 |
| Binary | 10100011 | 10001001 | 11010000 | 10110 | 100010 | 0 | 10010 | 100000110 | 101011 | 1000100 |
Color Harmonies of #A389D0
Complementary color
Monochromatic Colors of #A389D0
Black with #A389D0
Text Example
Text Example
White with #A389D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389D0; }
p { color: rgb(163,137,208); }
H1.HeaderClassName
{
color: #A389D0;
}
.AnyTagClassName
{
color: #A389D0;
}
</style>
background-color css
<style>
a { background-color: #A389D0; }
a { background-color: rgb(163,137,208); }
div.DivClassName
{
background-color: #A389D0;
}
.BgClassName
{
background-color: #A389D0;
}
</style>
border-color css
<style>
span { border-color: #A389D0; }
span { border-color: rgb(163,137,208); }
td.TdClassName
{
border-color: #A389D0;
}
.TagClassName
{
border-color: #A389D0;
}
</style>