Shades of Cold Purple #A397BC
Tints of Cold Purple #A397BC
RGB
CMYK
RGB Variations
Color information
#A397BC (or 0xA397BC) is known color: Cold Purple. HEX triplet: A3, 97 and BC. RGB value is (163,151,188). Sum of RGB (Red+Green+Blue) = 163+151+188=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A397BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BC is #5C6843. Grayscale: #9E9E9E. Windows color (decimal): -6056004 or 12359587. OLE color: 12359587.
HSL color Cylindrical-coordinate representation of color #A397BC: hue angle of 259.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A397BC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 151 | 188 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.26 |
| HSL | 259.46º | 0.22% | 0.66% | - |
| HSV(B) | 259.46º | 0.2% | 0.74% | - |
| XYZ | 35.25 | 33.55 | 52.2 | - |
| YUV | 158.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 188 | 0.13 | 0.20 | 0 | 0.26 | 259.46 | 0.22 | 0.66 |
| Hex | A3 | 97 | BC | D | 14 | 0 | 1A | 103 | 16 | 42 |
| Octal | 243 | 227 | 274 | 15 | 24 | 0 | 32 | 403 | 26 | 102 |
| Binary | 10100011 | 10010111 | 10111100 | 1101 | 10100 | 0 | 11010 | 100000011 | 10110 | 1000010 |
Color Harmonies of #A397BC
Complementary color
Monochromatic Colors of #A397BC
Black with #A397BC
Text Example
Text Example
White with #A397BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397BC; }
p { color: rgb(163,151,188); }
H1.HeaderClassName
{
color: #A397BC;
}
.AnyTagClassName
{
color: #A397BC;
}
</style>
background-color css
<style>
a { background-color: #A397BC; }
a { background-color: rgb(163,151,188); }
div.DivClassName
{
background-color: #A397BC;
}
.BgClassName
{
background-color: #A397BC;
}
</style>
border-color css
<style>
span { border-color: #A397BC; }
span { border-color: rgb(163,151,188); }
td.TdClassName
{
border-color: #A397BC;
}
.TagClassName
{
border-color: #A397BC;
}
</style>