Shades of Cold Purple #A296C3
Tints of Cold Purple #A296C3
RGB
CMYK
RGB Variations
Color information
#A296C3 (or 0xA296C3) is known color: Cold Purple. HEX triplet: A2, 96 and C3. RGB value is (162,150,195). Sum of RGB (Red+Green+Blue) = 162+150+195=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #A296C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296C3 is #5D693C. Grayscale: #9E9E9E. Windows color (decimal): -6121789 or 12818082. OLE color: 12818082.
HSL color Cylindrical-coordinate representation of color #A296C3: hue angle of 256º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A296C3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 150 | 195 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.24 |
| HSL | 256º | 0.27% | 0.68% | - |
| HSV(B) | 256º | 0.23% | 0.76% | - |
| XYZ | 35.66 | 33.43 | 56.2 | - |
| YUV | 158.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 195 | 0.17 | 0.23 | 0 | 0.24 | 256 | 0.27 | 0.68 |
| Hex | A2 | 96 | C3 | 11 | 17 | 0 | 18 | 100 | 1B | 44 |
| Octal | 242 | 226 | 303 | 21 | 27 | 0 | 30 | 400 | 33 | 104 |
| Binary | 10100010 | 10010110 | 11000011 | 10001 | 10111 | 0 | 11000 | 100000000 | 11011 | 1000100 |
Color Harmonies of #A296C3
Complementary color
Monochromatic Colors of #A296C3
Black with #A296C3
Text Example
Text Example
White with #A296C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296C3; }
p { color: rgb(162,150,195); }
H1.HeaderClassName
{
color: #A296C3;
}
.AnyTagClassName
{
color: #A296C3;
}
</style>
background-color css
<style>
a { background-color: #A296C3; }
a { background-color: rgb(162,150,195); }
div.DivClassName
{
background-color: #A296C3;
}
.BgClassName
{
background-color: #A296C3;
}
</style>
border-color css
<style>
span { border-color: #A296C3; }
span { border-color: rgb(162,150,195); }
td.TdClassName
{
border-color: #A296C3;
}
.TagClassName
{
border-color: #A296C3;
}
</style>