Shades of Cold Purple #A297C3
Tints of Cold Purple #A297C3
RGB
CMYK
RGB Variations
Color information
#A297C3 (or 0xA297C3) is known color: Cold Purple. HEX triplet: A2, 97 and C3. RGB value is (162,151,195). Sum of RGB (Red+Green+Blue) = 162+151+195=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #A297C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C3 is #5D683C. Grayscale: #9F9F9F. Windows color (decimal): -6121533 or 12818338. OLE color: 12818338.
HSL color Cylindrical-coordinate representation of color #A297C3: hue angle of 255º 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 #A297C3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 151 | 195 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.24 |
| HSL | 255º | 0.27% | 0.68% | - |
| HSV(B) | 255º | 0.23% | 0.76% | - |
| XYZ | 35.82 | 33.75 | 56.26 | - |
| YUV | 159.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 195 | 0.17 | 0.23 | 0 | 0.24 | 255 | 0.27 | 0.68 |
| Hex | A2 | 97 | C3 | 11 | 17 | 0 | 18 | FF | 1B | 44 |
| Octal | 242 | 227 | 303 | 21 | 27 | 0 | 30 | 377 | 33 | 104 |
| Binary | 10100010 | 10010111 | 11000011 | 10001 | 10111 | 0 | 11000 | 11111111 | 11011 | 1000100 |
Color Harmonies of #A297C3
Complementary color
Monochromatic Colors of #A297C3
Black with #A297C3
Text Example
Text Example
White with #A297C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297C3; }
p { color: rgb(162,151,195); }
H1.HeaderClassName
{
color: #A297C3;
}
.AnyTagClassName
{
color: #A297C3;
}
</style>
background-color css
<style>
a { background-color: #A297C3; }
a { background-color: rgb(162,151,195); }
div.DivClassName
{
background-color: #A297C3;
}
.BgClassName
{
background-color: #A297C3;
}
</style>
border-color css
<style>
span { border-color: #A297C3; }
span { border-color: rgb(162,151,195); }
td.TdClassName
{
border-color: #A297C3;
}
.TagClassName
{
border-color: #A297C3;
}
</style>