Shades of Cold Purple #A389C0
Tints of Cold Purple #A389C0
RGB
CMYK
RGB Variations
Color information
#A389C0 (or 0xA389C0) is known color: Cold Purple. HEX triplet: A3, 89 and C0. RGB value is (163,137,192). Sum of RGB (Red+Green+Blue) = 163+137+192=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #A389C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389C0 is #5C763F. Grayscale: #969696. Windows color (decimal): -6059584 or 12618147. OLE color: 12618147.
HSL color Cylindrical-coordinate representation of color #A389C0: hue angle of 268.36º 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 #A389C0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 137 | 192 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.25 |
| HSL | 268.36º | 0.3% | 0.65% | - |
| HSV(B) | 268.36º | 0.29% | 0.75% | - |
| XYZ | 33.56 | 29.48 | 53.79 | - |
| YUV | 151.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 192 | 0.15 | 0.29 | 0 | 0.25 | 268.36 | 0.3 | 0.65 |
| Hex | A3 | 89 | C0 | F | 1D | 0 | 19 | 10C | 1E | 41 |
| Octal | 243 | 211 | 300 | 17 | 35 | 0 | 31 | 414 | 36 | 101 |
| Binary | 10100011 | 10001001 | 11000000 | 1111 | 11101 | 0 | 11001 | 100001100 | 11110 | 1000001 |
Color Harmonies of #A389C0
Complementary color
Monochromatic Colors of #A389C0
Black with #A389C0
Text Example
Text Example
White with #A389C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389C0; }
p { color: rgb(163,137,192); }
H1.HeaderClassName
{
color: #A389C0;
}
.AnyTagClassName
{
color: #A389C0;
}
</style>
background-color css
<style>
a { background-color: #A389C0; }
a { background-color: rgb(163,137,192); }
div.DivClassName
{
background-color: #A389C0;
}
.BgClassName
{
background-color: #A389C0;
}
</style>
border-color css
<style>
span { border-color: #A389C0; }
span { border-color: rgb(163,137,192); }
td.TdClassName
{
border-color: #A389C0;
}
.TagClassName
{
border-color: #A389C0;
}
</style>