Shades of Cold Purple #A390C3
Tints of Cold Purple #A390C3
RGB
CMYK
RGB Variations
Color information
#A390C3 (or 0xA390C3) is known color: Cold Purple. HEX triplet: A3, 90 and C3. RGB value is (163,144,195). Sum of RGB (Red+Green+Blue) = 163+144+195=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #A390C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390C3 is #5C6F3C. Grayscale: #9B9B9B. Windows color (decimal): -6057789 or 12816547. OLE color: 12816547.
HSL color Cylindrical-coordinate representation of color #A390C3: hue angle of 262.35º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A390C3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 144 | 195 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.24 |
| HSL | 262.35º | 0.3% | 0.66% | - |
| HSV(B) | 262.35º | 0.26% | 0.76% | - |
| XYZ | 34.93 | 31.67 | 55.9 | - |
| YUV | 155.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 195 | 0.16 | 0.26 | 0 | 0.24 | 262.35 | 0.3 | 0.66 |
| Hex | A3 | 90 | C3 | 10 | 1A | 0 | 18 | 106 | 1E | 42 |
| Octal | 243 | 220 | 303 | 20 | 32 | 0 | 30 | 406 | 36 | 102 |
| Binary | 10100011 | 10010000 | 11000011 | 10000 | 11010 | 0 | 11000 | 100000110 | 11110 | 1000010 |
Color Harmonies of #A390C3
Complementary color
Monochromatic Colors of #A390C3
Black with #A390C3
Text Example
Text Example
White with #A390C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390C3; }
p { color: rgb(163,144,195); }
H1.HeaderClassName
{
color: #A390C3;
}
.AnyTagClassName
{
color: #A390C3;
}
</style>
background-color css
<style>
a { background-color: #A390C3; }
a { background-color: rgb(163,144,195); }
div.DivClassName
{
background-color: #A390C3;
}
.BgClassName
{
background-color: #A390C3;
}
</style>
border-color css
<style>
span { border-color: #A390C3; }
span { border-color: rgb(163,144,195); }
td.TdClassName
{
border-color: #A390C3;
}
.TagClassName
{
border-color: #A390C3;
}
</style>