Shades of Cold Purple #A296BC
Tints of Cold Purple #A296BC
RGB
CMYK
RGB Variations
Color information
#A296BC (or 0xA296BC) is known color: Cold Purple. HEX triplet: A2, 96 and BC. RGB value is (162,150,188). Sum of RGB (Red+Green+Blue) = 162+150+188=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A296BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296BC is #5D6943. Grayscale: #9D9D9D. Windows color (decimal): -6121796 or 12359330. OLE color: 12359330.
HSL color Cylindrical-coordinate representation of color #A296BC: hue angle of 258.95º 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 #A296BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 150 | 188 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.26 |
| HSL | 258.95º | 0.22% | 0.66% | - |
| HSV(B) | 258.95º | 0.2% | 0.74% | - |
| XYZ | 34.88 | 33.12 | 52.13 | - |
| YUV | 157.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 188 | 0.14 | 0.20 | 0 | 0.26 | 258.95 | 0.22 | 0.66 |
| Hex | A2 | 96 | BC | E | 14 | 0 | 1A | 103 | 16 | 42 |
| Octal | 242 | 226 | 274 | 16 | 24 | 0 | 32 | 403 | 26 | 102 |
| Binary | 10100010 | 10010110 | 10111100 | 1110 | 10100 | 0 | 11010 | 100000011 | 10110 | 1000010 |
Color Harmonies of #A296BC
Complementary color
Monochromatic Colors of #A296BC
Black with #A296BC
Text Example
Text Example
White with #A296BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296BC; }
p { color: rgb(162,150,188); }
H1.HeaderClassName
{
color: #A296BC;
}
.AnyTagClassName
{
color: #A296BC;
}
</style>
background-color css
<style>
a { background-color: #A296BC; }
a { background-color: rgb(162,150,188); }
div.DivClassName
{
background-color: #A296BC;
}
.BgClassName
{
background-color: #A296BC;
}
</style>
border-color css
<style>
span { border-color: #A296BC; }
span { border-color: rgb(162,150,188); }
td.TdClassName
{
border-color: #A296BC;
}
.TagClassName
{
border-color: #A296BC;
}
</style>