Shades of Cold Purple #A396B4
Tints of Cold Purple #A396B4
RGB
CMYK
RGB Variations
Color information
#A396B4 (or 0xA396B4) is known color: Cold Purple. HEX triplet: A3, 96 and B4. RGB value is (163,150,180). Sum of RGB (Red+Green+Blue) = 163+150+180=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #A396B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396B4 is #5C694B. Grayscale: #9D9D9D. Windows color (decimal): -6056268 or 11835043. OLE color: 11835043.
HSL color Cylindrical-coordinate representation of color #A396B4: hue angle of 266º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A396B4 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 150 | 180 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.29 |
| HSL | 266º | 0.17% | 0.65% | - |
| HSV(B) | 266º | 0.17% | 0.71% | - |
| XYZ | 34.25 | 32.89 | 47.72 | - |
| YUV | 157.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 180 | 0.09 | 0.17 | 0 | 0.29 | 266 | 0.17 | 0.65 |
| Hex | A3 | 96 | B4 | 9 | 11 | 0 | 1D | 10A | 11 | 41 |
| Octal | 243 | 226 | 264 | 11 | 21 | 0 | 35 | 412 | 21 | 101 |
| Binary | 10100011 | 10010110 | 10110100 | 1001 | 10001 | 0 | 11101 | 100001010 | 10001 | 1000001 |
Color Harmonies of #A396B4
Complementary color
Monochromatic Colors of #A396B4
Black with #A396B4
Text Example
Text Example
White with #A396B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396B4; }
p { color: rgb(163,150,180); }
H1.HeaderClassName
{
color: #A396B4;
}
.AnyTagClassName
{
color: #A396B4;
}
</style>
background-color css
<style>
a { background-color: #A396B4; }
a { background-color: rgb(163,150,180); }
div.DivClassName
{
background-color: #A396B4;
}
.BgClassName
{
background-color: #A396B4;
}
</style>
border-color css
<style>
span { border-color: #A396B4; }
span { border-color: rgb(163,150,180); }
td.TdClassName
{
border-color: #A396B4;
}
.TagClassName
{
border-color: #A396B4;
}
</style>