Shades of Cold Purple #A389CC
Tints of Cold Purple #A389CC
RGB
CMYK
RGB Variations
Color information
#A389CC (or 0xA389CC) is known color: Cold Purple. HEX triplet: A3, 89 and CC. RGB value is (163,137,204). Sum of RGB (Red+Green+Blue) = 163+137+204=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A389CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389CC is #5C7633. Grayscale: #989898. Windows color (decimal): -6059572 or 13404579. OLE color: 13404579.
HSL color Cylindrical-coordinate representation of color #A389CC: hue angle of 263.28º 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 #A389CC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 137 | 204 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.2 |
| HSL | 263.28º | 0.4% | 0.67% | - |
| HSV(B) | 263.28º | 0.33% | 0.8% | - |
| XYZ | 34.95 | 30.04 | 61.08 | - |
| YUV | 152.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 204 | 0.20 | 0.33 | 0 | 0.2 | 263.28 | 0.4 | 0.67 |
| Hex | A3 | 89 | CC | 14 | 21 | 0 | 14 | 107 | 28 | 43 |
| Octal | 243 | 211 | 314 | 24 | 41 | 0 | 24 | 407 | 50 | 103 |
| Binary | 10100011 | 10001001 | 11001100 | 10100 | 100001 | 0 | 10100 | 100000111 | 101000 | 1000011 |
Color Harmonies of #A389CC
Complementary color
Monochromatic Colors of #A389CC
Black with #A389CC
Text Example
Text Example
White with #A389CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389CC; }
p { color: rgb(163,137,204); }
H1.HeaderClassName
{
color: #A389CC;
}
.AnyTagClassName
{
color: #A389CC;
}
</style>
background-color css
<style>
a { background-color: #A389CC; }
a { background-color: rgb(163,137,204); }
div.DivClassName
{
background-color: #A389CC;
}
.BgClassName
{
background-color: #A389CC;
}
</style>
border-color css
<style>
span { border-color: #A389CC; }
span { border-color: rgb(163,137,204); }
td.TdClassName
{
border-color: #A389CC;
}
.TagClassName
{
border-color: #A389CC;
}
</style>