Shades of Cold Purple #A495BC
Tints of Cold Purple #A495BC
RGB
CMYK
RGB Variations
Color information
#A495BC (or 0xA495BC) is known color: Cold Purple. HEX triplet: A4, 95 and BC. RGB value is (164,149,188). Sum of RGB (Red+Green+Blue) = 164+149+188=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A495BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BC is #5B6A43. Grayscale: #9D9D9D. Windows color (decimal): -5990980 or 12359076. OLE color: 12359076.
HSL color Cylindrical-coordinate representation of color #A495BC: hue angle of 263.08º 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 #A495BC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 149 | 188 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.26 |
| HSL | 263.08º | 0.23% | 0.66% | - |
| HSV(B) | 263.08º | 0.21% | 0.74% | - |
| XYZ | 35.13 | 33.02 | 52.1 | - |
| YUV | 157.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 188 | 0.13 | 0.21 | 0 | 0.26 | 263.08 | 0.23 | 0.66 |
| Hex | A4 | 95 | BC | D | 15 | 0 | 1A | 107 | 17 | 42 |
| Octal | 244 | 225 | 274 | 15 | 25 | 0 | 32 | 407 | 27 | 102 |
| Binary | 10100100 | 10010101 | 10111100 | 1101 | 10101 | 0 | 11010 | 100000111 | 10111 | 1000010 |
Color Harmonies of #A495BC
Complementary color
Monochromatic Colors of #A495BC
Black with #A495BC
Text Example
Text Example
White with #A495BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495BC; }
p { color: rgb(164,149,188); }
H1.HeaderClassName
{
color: #A495BC;
}
.AnyTagClassName
{
color: #A495BC;
}
</style>
background-color css
<style>
a { background-color: #A495BC; }
a { background-color: rgb(164,149,188); }
div.DivClassName
{
background-color: #A495BC;
}
.BgClassName
{
background-color: #A495BC;
}
</style>
border-color css
<style>
span { border-color: #A495BC; }
span { border-color: rgb(164,149,188); }
td.TdClassName
{
border-color: #A495BC;
}
.TagClassName
{
border-color: #A495BC;
}
</style>