Shades of Cold Purple #A295BC
Tints of Cold Purple #A295BC
RGB
CMYK
RGB Variations
Color information
#A295BC (or 0xA295BC) is known color: Cold Purple. HEX triplet: A2, 95 and BC. RGB value is (162,149,188). Sum of RGB (Red+Green+Blue) = 162+149+188=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A295BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295BC is #5D6A43. Grayscale: #9D9D9D. Windows color (decimal): -6122052 or 12359074. OLE color: 12359074.
HSL color Cylindrical-coordinate representation of color #A295BC: hue angle of 260º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A295BC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 149 | 188 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.26 |
| HSL | 260º | 0.23% | 0.66% | - |
| HSV(B) | 260º | 0.21% | 0.74% | - |
| XYZ | 34.72 | 32.81 | 52.08 | - |
| YUV | 157.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 188 | 0.14 | 0.21 | 0 | 0.26 | 260 | 0.23 | 0.66 |
| Hex | A2 | 95 | BC | E | 15 | 0 | 1A | 104 | 17 | 42 |
| Octal | 242 | 225 | 274 | 16 | 25 | 0 | 32 | 404 | 27 | 102 |
| Binary | 10100010 | 10010101 | 10111100 | 1110 | 10101 | 0 | 11010 | 100000100 | 10111 | 1000010 |
Color Harmonies of #A295BC
Complementary color
Monochromatic Colors of #A295BC
Black with #A295BC
Text Example
Text Example
White with #A295BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295BC; }
p { color: rgb(162,149,188); }
H1.HeaderClassName
{
color: #A295BC;
}
.AnyTagClassName
{
color: #A295BC;
}
</style>
background-color css
<style>
a { background-color: #A295BC; }
a { background-color: rgb(162,149,188); }
div.DivClassName
{
background-color: #A295BC;
}
.BgClassName
{
background-color: #A295BC;
}
</style>
border-color css
<style>
span { border-color: #A295BC; }
span { border-color: rgb(162,149,188); }
td.TdClassName
{
border-color: #A295BC;
}
.TagClassName
{
border-color: #A295BC;
}
</style>