Shades of Cold Purple #A389C9
Tints of Cold Purple #A389C9
RGB
CMYK
RGB Variations
Color information
#A389C9 (or 0xA389C9) is known color: Cold Purple. HEX triplet: A3, 89 and C9. RGB value is (163,137,201). Sum of RGB (Red+Green+Blue) = 163+137+201=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A389C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389C9 is #5C7636. Grayscale: #979797. Windows color (decimal): -6059575 or 13207971. OLE color: 13207971.
HSL color Cylindrical-coordinate representation of color #A389C9: hue angle of 264.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A389C9 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 137 | 201 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.21 |
| HSL | 264.38º | 0.37% | 0.66% | - |
| HSV(B) | 264.38º | 0.32% | 0.79% | - |
| XYZ | 34.59 | 29.89 | 59.21 | - |
| YUV | 152.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 201 | 0.19 | 0.32 | 0 | 0.21 | 264.38 | 0.37 | 0.66 |
| Hex | A3 | 89 | C9 | 13 | 20 | 0 | 15 | 108 | 25 | 42 |
| Octal | 243 | 211 | 311 | 23 | 40 | 0 | 25 | 410 | 45 | 102 |
| Binary | 10100011 | 10001001 | 11001001 | 10011 | 100000 | 0 | 10101 | 100001000 | 100101 | 1000010 |
Color Harmonies of #A389C9
Complementary color
Monochromatic Colors of #A389C9
Black with #A389C9
Text Example
Text Example
White with #A389C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389C9; }
p { color: rgb(163,137,201); }
H1.HeaderClassName
{
color: #A389C9;
}
.AnyTagClassName
{
color: #A389C9;
}
</style>
background-color css
<style>
a { background-color: #A389C9; }
a { background-color: rgb(163,137,201); }
div.DivClassName
{
background-color: #A389C9;
}
.BgClassName
{
background-color: #A389C9;
}
</style>
border-color css
<style>
span { border-color: #A389C9; }
span { border-color: rgb(163,137,201); }
td.TdClassName
{
border-color: #A389C9;
}
.TagClassName
{
border-color: #A389C9;
}
</style>