Shades of Cold Purple #A397B6
Tints of Cold Purple #A397B6
RGB
CMYK
RGB Variations
Color information
#A397B6 (or 0xA397B6) is known color: Cold Purple. HEX triplet: A3, 97 and B6. RGB value is (163,151,182). Sum of RGB (Red+Green+Blue) = 163+151+182=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #A397B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397B6 is #5C6849. Grayscale: #9E9E9E. Windows color (decimal): -6056010 or 11966371. OLE color: 11966371.
HSL color Cylindrical-coordinate representation of color #A397B6: hue angle of 263.23º degrees, saturation: 0.18, 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 #A397B6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 151 | 182 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.29 |
| HSL | 263.23º | 0.18% | 0.65% | - |
| HSV(B) | 263.23º | 0.17% | 0.71% | - |
| XYZ | 34.61 | 33.3 | 48.86 | - |
| YUV | 158.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 182 | 0.10 | 0.17 | 0 | 0.29 | 263.23 | 0.18 | 0.65 |
| Hex | A3 | 97 | B6 | A | 11 | 0 | 1D | 107 | 12 | 41 |
| Octal | 243 | 227 | 266 | 12 | 21 | 0 | 35 | 407 | 22 | 101 |
| Binary | 10100011 | 10010111 | 10110110 | 1010 | 10001 | 0 | 11101 | 100000111 | 10010 | 1000001 |
Color Harmonies of #A397B6
Complementary color
Monochromatic Colors of #A397B6
Black with #A397B6
Text Example
Text Example
White with #A397B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397B6; }
p { color: rgb(163,151,182); }
H1.HeaderClassName
{
color: #A397B6;
}
.AnyTagClassName
{
color: #A397B6;
}
</style>
background-color css
<style>
a { background-color: #A397B6; }
a { background-color: rgb(163,151,182); }
div.DivClassName
{
background-color: #A397B6;
}
.BgClassName
{
background-color: #A397B6;
}
</style>
border-color css
<style>
span { border-color: #A397B6; }
span { border-color: rgb(163,151,182); }
td.TdClassName
{
border-color: #A397B6;
}
.TagClassName
{
border-color: #A397B6;
}
</style>