Shades of Cold Purple #A296B4
Tints of Cold Purple #A296B4
RGB
CMYK
RGB Variations
Color information
#A296B4 (or 0xA296B4) is known color: Cold Purple. HEX triplet: A2, 96 and B4. RGB value is (162,150,180). Sum of RGB (Red+Green+Blue) = 162+150+180=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #A296B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296B4 is #5D694B. Grayscale: #9C9C9C. Windows color (decimal): -6121804 or 11835042. OLE color: 11835042.
HSL color Cylindrical-coordinate representation of color #A296B4: hue angle of 264º 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 #A296B4 is Cyan = 0.1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 150 | 180 | - |
| CMYK | 0.1 | 0.17 | 0 | 0.29 |
| HSL | 264º | 0.17% | 0.65% | - |
| HSV(B) | 264º | 0.17% | 0.71% | - |
| XYZ | 34.04 | 32.79 | 47.71 | - |
| YUV | 157.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 180 | 0.1 | 0.17 | 0 | 0.29 | 264 | 0.17 | 0.65 |
| Hex | A2 | 96 | B4 | A | 11 | 0 | 1D | 108 | 11 | 41 |
| Octal | 242 | 226 | 264 | 12 | 21 | 0 | 35 | 410 | 21 | 101 |
| Binary | 10100010 | 10010110 | 10110100 | 1010 | 10001 | 0 | 11101 | 100001000 | 10001 | 1000001 |
Color Harmonies of #A296B4
Complementary color
Monochromatic Colors of #A296B4
Black with #A296B4
Text Example
Text Example
White with #A296B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296B4; }
p { color: rgb(162,150,180); }
H1.HeaderClassName
{
color: #A296B4;
}
.AnyTagClassName
{
color: #A296B4;
}
</style>
background-color css
<style>
a { background-color: #A296B4; }
a { background-color: rgb(162,150,180); }
div.DivClassName
{
background-color: #A296B4;
}
.BgClassName
{
background-color: #A296B4;
}
</style>
border-color css
<style>
span { border-color: #A296B4; }
span { border-color: rgb(162,150,180); }
td.TdClassName
{
border-color: #A296B4;
}
.TagClassName
{
border-color: #A296B4;
}
</style>