Shades of Cold Purple #A393C5
Tints of Cold Purple #A393C5
RGB
CMYK
RGB Variations
Color information
#A393C5 (or 0xA393C5) is known color: Cold Purple. HEX triplet: A3, 93 and C5. RGB value is (163,147,197). Sum of RGB (Red+Green+Blue) = 163+147+197=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #A393C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C5 is #5C6C3A. Grayscale: #9D9D9D. Windows color (decimal): -6057019 or 12948387. OLE color: 12948387.
HSL color Cylindrical-coordinate representation of color #A393C5: hue angle of 259.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A393C5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 147 | 197 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.23 |
| HSL | 259.2º | 0.3% | 0.67% | - |
| HSV(B) | 259.2º | 0.25% | 0.77% | - |
| XYZ | 35.62 | 32.69 | 57.26 | - |
| YUV | 157.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 197 | 0.17 | 0.25 | 0 | 0.23 | 259.2 | 0.3 | 0.67 |
| Hex | A3 | 93 | C5 | 11 | 19 | 0 | 17 | 103 | 1E | 43 |
| Octal | 243 | 223 | 305 | 21 | 31 | 0 | 27 | 403 | 36 | 103 |
| Binary | 10100011 | 10010011 | 11000101 | 10001 | 11001 | 0 | 10111 | 100000011 | 11110 | 1000011 |
Color Harmonies of #A393C5
Complementary color
Monochromatic Colors of #A393C5
Black with #A393C5
Text Example
Text Example
White with #A393C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393C5; }
p { color: rgb(163,147,197); }
H1.HeaderClassName
{
color: #A393C5;
}
.AnyTagClassName
{
color: #A393C5;
}
</style>
background-color css
<style>
a { background-color: #A393C5; }
a { background-color: rgb(163,147,197); }
div.DivClassName
{
background-color: #A393C5;
}
.BgClassName
{
background-color: #A393C5;
}
</style>
border-color css
<style>
span { border-color: #A393C5; }
span { border-color: rgb(163,147,197); }
td.TdClassName
{
border-color: #A393C5;
}
.TagClassName
{
border-color: #A393C5;
}
</style>