Shades of Cold Purple #A396C1
Tints of Cold Purple #A396C1
RGB
CMYK
RGB Variations
Color information
#A396C1 (or 0xA396C1) is known color: Cold Purple. HEX triplet: A3, 96 and C1. RGB value is (163,150,193). Sum of RGB (Red+Green+Blue) = 163+150+193=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #A396C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396C1 is #5C693E. Grayscale: #9E9E9E. Windows color (decimal): -6056255 or 12687011. OLE color: 12687011.
HSL color Cylindrical-coordinate representation of color #A396C1: hue angle of 258.14º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A396C1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 150 | 193 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.24 |
| HSL | 258.14º | 0.26% | 0.67% | - |
| HSV(B) | 258.14º | 0.22% | 0.76% | - |
| XYZ | 35.64 | 33.45 | 55.03 | - |
| YUV | 158.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 193 | 0.16 | 0.22 | 0 | 0.24 | 258.14 | 0.26 | 0.67 |
| Hex | A3 | 96 | C1 | 10 | 16 | 0 | 18 | 102 | 1A | 43 |
| Octal | 243 | 226 | 301 | 20 | 26 | 0 | 30 | 402 | 32 | 103 |
| Binary | 10100011 | 10010110 | 11000001 | 10000 | 10110 | 0 | 11000 | 100000010 | 11010 | 1000011 |
Color Harmonies of #A396C1
Complementary color
Monochromatic Colors of #A396C1
Black with #A396C1
Text Example
Text Example
White with #A396C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396C1; }
p { color: rgb(163,150,193); }
H1.HeaderClassName
{
color: #A396C1;
}
.AnyTagClassName
{
color: #A396C1;
}
</style>
background-color css
<style>
a { background-color: #A396C1; }
a { background-color: rgb(163,150,193); }
div.DivClassName
{
background-color: #A396C1;
}
.BgClassName
{
background-color: #A396C1;
}
</style>
border-color css
<style>
span { border-color: #A396C1; }
span { border-color: rgb(163,150,193); }
td.TdClassName
{
border-color: #A396C1;
}
.TagClassName
{
border-color: #A396C1;
}
</style>