Shades of Cold Purple #A389CD
Tints of Cold Purple #A389CD
RGB
CMYK
RGB Variations
Color information
#A389CD (or 0xA389CD) is known color: Cold Purple. HEX triplet: A3, 89 and CD. RGB value is (163,137,205). Sum of RGB (Red+Green+Blue) = 163+137+205=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A389CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389CD is #5C7632. Grayscale: #989898. Windows color (decimal): -6059571 or 13470115. OLE color: 13470115.
HSL color Cylindrical-coordinate representation of color #A389CD: hue angle of 262.94º degrees, saturation: 0.4, 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 #A389CD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 137 | 205 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.20 |
| HSL | 262.94º | 0.4% | 0.67% | - |
| HSV(B) | 262.94º | 0.33% | 0.8% | - |
| XYZ | 35.07 | 30.09 | 61.72 | - |
| YUV | 152.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 205 | 0.20 | 0.33 | 0 | 0.20 | 262.94 | 0.4 | 0.67 |
| Hex | A3 | 89 | CD | 14 | 21 | 0 | 14 | 107 | 28 | 43 |
| Octal | 243 | 211 | 315 | 24 | 41 | 0 | 24 | 407 | 50 | 103 |
| Binary | 10100011 | 10001001 | 11001101 | 10100 | 100001 | 0 | 10100 | 100000111 | 101000 | 1000011 |
Color Harmonies of #A389CD
Complementary color
Monochromatic Colors of #A389CD
Black with #A389CD
Text Example
Text Example
White with #A389CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389CD; }
p { color: rgb(163,137,205); }
H1.HeaderClassName
{
color: #A389CD;
}
.AnyTagClassName
{
color: #A389CD;
}
</style>
background-color css
<style>
a { background-color: #A389CD; }
a { background-color: rgb(163,137,205); }
div.DivClassName
{
background-color: #A389CD;
}
.BgClassName
{
background-color: #A389CD;
}
</style>
border-color css
<style>
span { border-color: #A389CD; }
span { border-color: rgb(163,137,205); }
td.TdClassName
{
border-color: #A389CD;
}
.TagClassName
{
border-color: #A389CD;
}
</style>