Shades of Cold Purple #A398C1
Tints of Cold Purple #A398C1
RGB
CMYK
RGB Variations
Color information
#A398C1 (or 0xA398C1) is known color: Cold Purple. HEX triplet: A3, 98 and C1. RGB value is (163,152,193). Sum of RGB (Red+Green+Blue) = 163+152+193=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #A398C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C1 is #5C673E. Grayscale: #9F9F9F. Windows color (decimal): -6055743 or 12687523. OLE color: 12687523.
HSL color Cylindrical-coordinate representation of color #A398C1: hue angle of 256.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A398C1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 152 | 193 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.24 |
| HSL | 256.1º | 0.25% | 0.68% | - |
| HSV(B) | 256.1º | 0.21% | 0.76% | - |
| XYZ | 35.96 | 34.09 | 55.14 | - |
| YUV | 159.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 193 | 0.16 | 0.21 | 0 | 0.24 | 256.1 | 0.25 | 0.68 |
| Hex | A3 | 98 | C1 | 10 | 15 | 0 | 18 | 100 | 19 | 44 |
| Octal | 243 | 230 | 301 | 20 | 25 | 0 | 30 | 400 | 31 | 104 |
| Binary | 10100011 | 10011000 | 11000001 | 10000 | 10101 | 0 | 11000 | 100000000 | 11001 | 1000100 |
Color Harmonies of #A398C1
Complementary color
Monochromatic Colors of #A398C1
Black with #A398C1
Text Example
Text Example
White with #A398C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398C1; }
p { color: rgb(163,152,193); }
H1.HeaderClassName
{
color: #A398C1;
}
.AnyTagClassName
{
color: #A398C1;
}
</style>
background-color css
<style>
a { background-color: #A398C1; }
a { background-color: rgb(163,152,193); }
div.DivClassName
{
background-color: #A398C1;
}
.BgClassName
{
background-color: #A398C1;
}
</style>
border-color css
<style>
span { border-color: #A398C1; }
span { border-color: rgb(163,152,193); }
td.TdClassName
{
border-color: #A398C1;
}
.TagClassName
{
border-color: #A398C1;
}
</style>