Shades of Cold Purple #A396C7
Tints of Cold Purple #A396C7
RGB
CMYK
RGB Variations
Color information
#A396C7 (or 0xA396C7) is known color: Cold Purple. HEX triplet: A3, 96 and C7. RGB value is (163,150,199). Sum of RGB (Red+Green+Blue) = 163+150+199=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #A396C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396C7 is #5C6938. Grayscale: #9F9F9F. Windows color (decimal): -6056249 or 13080227. OLE color: 13080227.
HSL color Cylindrical-coordinate representation of color #A396C7: hue angle of 255.92º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A396C7 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 150 | 199 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.22 |
| HSL | 255.92º | 0.3% | 0.68% | - |
| HSV(B) | 255.92º | 0.25% | 0.78% | - |
| XYZ | 36.32 | 33.72 | 58.63 | - |
| YUV | 159.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 199 | 0.18 | 0.25 | 0 | 0.22 | 255.92 | 0.3 | 0.68 |
| Hex | A3 | 96 | C7 | 12 | 19 | 0 | 16 | 100 | 1E | 44 |
| Octal | 243 | 226 | 307 | 22 | 31 | 0 | 26 | 400 | 36 | 104 |
| Binary | 10100011 | 10010110 | 11000111 | 10010 | 11001 | 0 | 10110 | 100000000 | 11110 | 1000100 |
Color Harmonies of #A396C7
Complementary color
Monochromatic Colors of #A396C7
Black with #A396C7
Text Example
Text Example
White with #A396C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396C7; }
p { color: rgb(163,150,199); }
H1.HeaderClassName
{
color: #A396C7;
}
.AnyTagClassName
{
color: #A396C7;
}
</style>
background-color css
<style>
a { background-color: #A396C7; }
a { background-color: rgb(163,150,199); }
div.DivClassName
{
background-color: #A396C7;
}
.BgClassName
{
background-color: #A396C7;
}
</style>
border-color css
<style>
span { border-color: #A396C7; }
span { border-color: rgb(163,150,199); }
td.TdClassName
{
border-color: #A396C7;
}
.TagClassName
{
border-color: #A396C7;
}
</style>