Shades of Cold Purple #A295BD
Tints of Cold Purple #A295BD
RGB
CMYK
RGB Variations
Color information
#A295BD (or 0xA295BD) is known color: Cold Purple. HEX triplet: A2, 95 and BD. RGB value is (162,149,189). Sum of RGB (Red+Green+Blue) = 162+149+189=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #A295BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295BD is #5D6A42. Grayscale: #9D9D9D. Windows color (decimal): -6122051 or 12424610. OLE color: 12424610.
HSL color Cylindrical-coordinate representation of color #A295BD: hue angle of 259.5º 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 #A295BD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 149 | 189 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.26 |
| HSL | 259.5º | 0.23% | 0.66% | - |
| HSV(B) | 259.5º | 0.21% | 0.74% | - |
| XYZ | 34.83 | 32.85 | 52.65 | - |
| YUV | 157.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 189 | 0.14 | 0.21 | 0 | 0.26 | 259.5 | 0.23 | 0.66 |
| Hex | A2 | 95 | BD | E | 15 | 0 | 1A | 104 | 17 | 42 |
| Octal | 242 | 225 | 275 | 16 | 25 | 0 | 32 | 404 | 27 | 102 |
| Binary | 10100010 | 10010101 | 10111101 | 1110 | 10101 | 0 | 11010 | 100000100 | 10111 | 1000010 |
Color Harmonies of #A295BD
Complementary color
Monochromatic Colors of #A295BD
Black with #A295BD
Text Example
Text Example
White with #A295BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295BD; }
p { color: rgb(162,149,189); }
H1.HeaderClassName
{
color: #A295BD;
}
.AnyTagClassName
{
color: #A295BD;
}
</style>
background-color css
<style>
a { background-color: #A295BD; }
a { background-color: rgb(162,149,189); }
div.DivClassName
{
background-color: #A295BD;
}
.BgClassName
{
background-color: #A295BD;
}
</style>
border-color css
<style>
span { border-color: #A295BD; }
span { border-color: rgb(162,149,189); }
td.TdClassName
{
border-color: #A295BD;
}
.TagClassName
{
border-color: #A295BD;
}
</style>