Shades of Cold Purple #A389CF
Tints of Cold Purple #A389CF
RGB
CMYK
RGB Variations
Color information
#A389CF (or 0xA389CF) is known color: Cold Purple. HEX triplet: A3, 89 and CF. RGB value is (163,137,207). Sum of RGB (Red+Green+Blue) = 163+137+207=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A389CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389CF is #5C7630. Grayscale: #989898. Windows color (decimal): -6059569 or 13601187. OLE color: 13601187.
HSL color Cylindrical-coordinate representation of color #A389CF: hue angle of 262.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A389CF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 137 | 207 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.19 |
| HSL | 262.29º | 0.42% | 0.67% | - |
| HSV(B) | 262.29º | 0.34% | 0.81% | - |
| XYZ | 35.31 | 30.18 | 63 | - |
| YUV | 152.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 207 | 0.21 | 0.34 | 0 | 0.19 | 262.29 | 0.42 | 0.67 |
| Hex | A3 | 89 | CF | 15 | 22 | 0 | 13 | 106 | 2A | 43 |
| Octal | 243 | 211 | 317 | 25 | 42 | 0 | 23 | 406 | 52 | 103 |
| Binary | 10100011 | 10001001 | 11001111 | 10101 | 100010 | 0 | 10011 | 100000110 | 101010 | 1000011 |
Color Harmonies of #A389CF
Complementary color
Monochromatic Colors of #A389CF
Black with #A389CF
Text Example
Text Example
White with #A389CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389CF; }
p { color: rgb(163,137,207); }
H1.HeaderClassName
{
color: #A389CF;
}
.AnyTagClassName
{
color: #A389CF;
}
</style>
background-color css
<style>
a { background-color: #A389CF; }
a { background-color: rgb(163,137,207); }
div.DivClassName
{
background-color: #A389CF;
}
.BgClassName
{
background-color: #A389CF;
}
</style>
border-color css
<style>
span { border-color: #A389CF; }
span { border-color: rgb(163,137,207); }
td.TdClassName
{
border-color: #A389CF;
}
.TagClassName
{
border-color: #A389CF;
}
</style>