Shades of Cold Purple #A393C3
Tints of Cold Purple #A393C3
RGB
CMYK
RGB Variations
Color information
#A393C3 (or 0xA393C3) is known color: Cold Purple. HEX triplet: A3, 93 and C3. RGB value is (163,147,195). Sum of RGB (Red+Green+Blue) = 163+147+195=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #A393C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C3 is #5C6C3C. Grayscale: #9D9D9D. Windows color (decimal): -6057021 or 12817315. OLE color: 12817315.
HSL color Cylindrical-coordinate representation of color #A393C3: hue angle of 260º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A393C3 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 147 | 195 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.24 |
| HSL | 260º | 0.29% | 0.67% | - |
| HSV(B) | 260º | 0.25% | 0.76% | - |
| XYZ | 35.39 | 32.59 | 56.06 | - |
| YUV | 157.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 195 | 0.16 | 0.25 | 0 | 0.24 | 260 | 0.29 | 0.67 |
| Hex | A3 | 93 | C3 | 10 | 19 | 0 | 18 | 104 | 1D | 43 |
| Octal | 243 | 223 | 303 | 20 | 31 | 0 | 30 | 404 | 35 | 103 |
| Binary | 10100011 | 10010011 | 11000011 | 10000 | 11001 | 0 | 11000 | 100000100 | 11101 | 1000011 |
Color Harmonies of #A393C3
Complementary color
Monochromatic Colors of #A393C3
Black with #A393C3
Text Example
Text Example
White with #A393C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393C3; }
p { color: rgb(163,147,195); }
H1.HeaderClassName
{
color: #A393C3;
}
.AnyTagClassName
{
color: #A393C3;
}
</style>
background-color css
<style>
a { background-color: #A393C3; }
a { background-color: rgb(163,147,195); }
div.DivClassName
{
background-color: #A393C3;
}
.BgClassName
{
background-color: #A393C3;
}
</style>
border-color css
<style>
span { border-color: #A393C3; }
span { border-color: rgb(163,147,195); }
td.TdClassName
{
border-color: #A393C3;
}
.TagClassName
{
border-color: #A393C3;
}
</style>