Shades of Cold Purple #A495BB
Tints of Cold Purple #A495BB
RGB
CMYK
RGB Variations
Color information
#A495BB (or 0xA495BB) is known color: Cold Purple. HEX triplet: A4, 95 and BB. RGB value is (164,149,187). Sum of RGB (Red+Green+Blue) = 164+149+187=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #A495BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BB is #5B6A44. Grayscale: #9D9D9D. Windows color (decimal): -5990981 or 12293540. OLE color: 12293540.
HSL color Cylindrical-coordinate representation of color #A495BB: hue angle of 263.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A495BB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 149 | 187 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.27 |
| HSL | 263.68º | 0.22% | 0.66% | - |
| HSV(B) | 263.68º | 0.2% | 0.73% | - |
| XYZ | 35.03 | 32.98 | 51.53 | - |
| YUV | 157.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 187 | 0.12 | 0.20 | 0 | 0.27 | 263.68 | 0.22 | 0.66 |
| Hex | A4 | 95 | BB | C | 14 | 0 | 1B | 108 | 16 | 42 |
| Octal | 244 | 225 | 273 | 14 | 24 | 0 | 33 | 410 | 26 | 102 |
| Binary | 10100100 | 10010101 | 10111011 | 1100 | 10100 | 0 | 11011 | 100001000 | 10110 | 1000010 |
Color Harmonies of #A495BB
Complementary color
Monochromatic Colors of #A495BB
Black with #A495BB
Text Example
Text Example
White with #A495BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495BB; }
p { color: rgb(164,149,187); }
H1.HeaderClassName
{
color: #A495BB;
}
.AnyTagClassName
{
color: #A495BB;
}
</style>
background-color css
<style>
a { background-color: #A495BB; }
a { background-color: rgb(164,149,187); }
div.DivClassName
{
background-color: #A495BB;
}
.BgClassName
{
background-color: #A495BB;
}
</style>
border-color css
<style>
span { border-color: #A495BB; }
span { border-color: rgb(164,149,187); }
td.TdClassName
{
border-color: #A495BB;
}
.TagClassName
{
border-color: #A495BB;
}
</style>