Shades of Cold Purple #A095BF
Tints of Cold Purple #A095BF
RGB
CMYK
RGB Variations
Color information
#A095BF (or 0xA095BF) is known color: Cold Purple. HEX triplet: A0, 95 and BF. RGB value is (160,149,191). Sum of RGB (Red+Green+Blue) = 160+149+191=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A095BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095BF is #5F6A40. Grayscale: #9C9C9C. Windows color (decimal): -6253121 or 12555680. OLE color: 12555680.
HSL color Cylindrical-coordinate representation of color #A095BF: hue angle of 255.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A095BF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 149 | 191 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.25 |
| HSL | 255.71º | 0.25% | 0.67% | - |
| HSV(B) | 255.71º | 0.22% | 0.75% | - |
| XYZ | 34.65 | 32.73 | 53.78 | - |
| YUV | 157.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 191 | 0.16 | 0.22 | 0 | 0.25 | 255.71 | 0.25 | 0.67 |
| Hex | A0 | 95 | BF | 10 | 16 | 0 | 19 | 100 | 19 | 43 |
| Octal | 240 | 225 | 277 | 20 | 26 | 0 | 31 | 400 | 31 | 103 |
| Binary | 10100000 | 10010101 | 10111111 | 10000 | 10110 | 0 | 11001 | 100000000 | 11001 | 1000011 |
Color Harmonies of #A095BF
Complementary color
Monochromatic Colors of #A095BF
Black with #A095BF
Text Example
Text Example
White with #A095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095BF; }
p { color: rgb(160,149,191); }
H1.HeaderClassName
{
color: #A095BF;
}
.AnyTagClassName
{
color: #A095BF;
}
</style>
background-color css
<style>
a { background-color: #A095BF; }
a { background-color: rgb(160,149,191); }
div.DivClassName
{
background-color: #A095BF;
}
.BgClassName
{
background-color: #A095BF;
}
</style>
border-color css
<style>
span { border-color: #A095BF; }
span { border-color: rgb(160,149,191); }
td.TdClassName
{
border-color: #A095BF;
}
.TagClassName
{
border-color: #A095BF;
}
</style>