Shades of Cold Purple #A389C3
Tints of Cold Purple #A389C3
RGB
CMYK
RGB Variations
Color information
#A389C3 (or 0xA389C3) is known color: Cold Purple. HEX triplet: A3, 89 and C3. RGB value is (163,137,195). Sum of RGB (Red+Green+Blue) = 163+137+195=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #A389C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389C3 is #5C763C. Grayscale: #979797. Windows color (decimal): -6059581 or 12814755. OLE color: 12814755.
HSL color Cylindrical-coordinate representation of color #A389C3: hue angle of 266.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A389C3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 137 | 195 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.24 |
| HSL | 266.9º | 0.33% | 0.65% | - |
| HSV(B) | 266.9º | 0.3% | 0.76% | - |
| XYZ | 33.9 | 29.62 | 55.56 | - |
| YUV | 151.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 195 | 0.16 | 0.30 | 0 | 0.24 | 266.9 | 0.33 | 0.65 |
| Hex | A3 | 89 | C3 | 10 | 1E | 0 | 18 | 10B | 21 | 41 |
| Octal | 243 | 211 | 303 | 20 | 36 | 0 | 30 | 413 | 41 | 101 |
| Binary | 10100011 | 10001001 | 11000011 | 10000 | 11110 | 0 | 11000 | 100001011 | 100001 | 1000001 |
Color Harmonies of #A389C3
Complementary color
Monochromatic Colors of #A389C3
Black with #A389C3
Text Example
Text Example
White with #A389C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389C3; }
p { color: rgb(163,137,195); }
H1.HeaderClassName
{
color: #A389C3;
}
.AnyTagClassName
{
color: #A389C3;
}
</style>
background-color css
<style>
a { background-color: #A389C3; }
a { background-color: rgb(163,137,195); }
div.DivClassName
{
background-color: #A389C3;
}
.BgClassName
{
background-color: #A389C3;
}
</style>
border-color css
<style>
span { border-color: #A389C3; }
span { border-color: rgb(163,137,195); }
td.TdClassName
{
border-color: #A389C3;
}
.TagClassName
{
border-color: #A389C3;
}
</style>