Shades of Cold Purple #A095B3
Tints of Cold Purple #A095B3
RGB
CMYK
RGB Variations
Color information
#A095B3 (or 0xA095B3) is known color: Cold Purple. HEX triplet: A0, 95 and B3. RGB value is (160,149,179). Sum of RGB (Red+Green+Blue) = 160+149+179=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #A095B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095B3 is #5F6A4C. Grayscale: #9B9B9B. Windows color (decimal): -6253133 or 11769248. OLE color: 11769248.
HSL color Cylindrical-coordinate representation of color #A095B3: hue angle of 262º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A095B3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 149 | 179 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.30 |
| HSL | 262º | 0.16% | 0.64% | - |
| HSV(B) | 262º | 0.17% | 0.7% | - |
| XYZ | 33.38 | 32.22 | 47.11 | - |
| YUV | 155.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 179 | 0.11 | 0.17 | 0 | 0.30 | 262 | 0.16 | 0.64 |
| Hex | A0 | 95 | B3 | B | 11 | 0 | 1E | 106 | 10 | 40 |
| Octal | 240 | 225 | 263 | 13 | 21 | 0 | 36 | 406 | 20 | 100 |
| Binary | 10100000 | 10010101 | 10110011 | 1011 | 10001 | 0 | 11110 | 100000110 | 10000 | 1000000 |
Color Harmonies of #A095B3
Complementary color
Monochromatic Colors of #A095B3
Black with #A095B3
Text Example
Text Example
White with #A095B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A095B3; }
p { color: rgb(160,149,179); }
H1.HeaderClassName
{
color: #A095B3;
}
.AnyTagClassName
{
color: #A095B3;
}
</style>
background-color css
<style>
a { background-color: #A095B3; }
a { background-color: rgb(160,149,179); }
div.DivClassName
{
background-color: #A095B3;
}
.BgClassName
{
background-color: #A095B3;
}
</style>
border-color css
<style>
span { border-color: #A095B3; }
span { border-color: rgb(160,149,179); }
td.TdClassName
{
border-color: #A095B3;
}
.TagClassName
{
border-color: #A095B3;
}
</style>