Shades of Cold Purple #A296B3
Tints of Cold Purple #A296B3
RGB
CMYK
RGB Variations
Color information
#A296B3 (or 0xA296B3) is known color: Cold Purple. HEX triplet: A2, 96 and B3. RGB value is (162,150,179). Sum of RGB (Red+Green+Blue) = 162+150+179=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A296B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296B3 is #5D694C. Grayscale: #9C9C9C. Windows color (decimal): -6121805 or 11769506. OLE color: 11769506.
HSL color Cylindrical-coordinate representation of color #A296B3: hue angle of 264.83º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A296B3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 150 | 179 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.30 |
| HSL | 264.83º | 0.16% | 0.65% | - |
| HSV(B) | 264.83º | 0.16% | 0.7% | - |
| XYZ | 33.94 | 32.75 | 47.18 | - |
| YUV | 156.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 179 | 0.09 | 0.16 | 0 | 0.30 | 264.83 | 0.16 | 0.65 |
| Hex | A2 | 96 | B3 | 9 | 10 | 0 | 1E | 109 | 10 | 41 |
| Octal | 242 | 226 | 263 | 11 | 20 | 0 | 36 | 411 | 20 | 101 |
| Binary | 10100010 | 10010110 | 10110011 | 1001 | 10000 | 0 | 11110 | 100001001 | 10000 | 1000001 |
Color Harmonies of #A296B3
Complementary color
Monochromatic Colors of #A296B3
Black with #A296B3
Text Example
Text Example
White with #A296B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296B3; }
p { color: rgb(162,150,179); }
H1.HeaderClassName
{
color: #A296B3;
}
.AnyTagClassName
{
color: #A296B3;
}
</style>
background-color css
<style>
a { background-color: #A296B3; }
a { background-color: rgb(162,150,179); }
div.DivClassName
{
background-color: #A296B3;
}
.BgClassName
{
background-color: #A296B3;
}
</style>
border-color css
<style>
span { border-color: #A296B3; }
span { border-color: rgb(162,150,179); }
td.TdClassName
{
border-color: #A296B3;
}
.TagClassName
{
border-color: #A296B3;
}
</style>