Shades of Cold Purple #A595BC
Tints of Cold Purple #A595BC
RGB
CMYK
RGB Variations
Color information
#A595BC (or 0xA595BC) is known color: Cold Purple. HEX triplet: A5, 95 and BC. RGB value is (165,149,188). Sum of RGB (Red+Green+Blue) = 165+149+188=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A595BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595BC is #5A6A43. Grayscale: #9E9E9E. Windows color (decimal): -5925444 or 12359077. OLE color: 12359077.
HSL color Cylindrical-coordinate representation of color #A595BC: hue angle of 264.62º 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 #A595BC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 149 | 188 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.26 |
| HSL | 264.62º | 0.23% | 0.66% | - |
| HSV(B) | 264.62º | 0.21% | 0.74% | - |
| XYZ | 35.34 | 33.13 | 52.11 | - |
| YUV | 158.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 188 | 0.12 | 0.21 | 0 | 0.26 | 264.62 | 0.23 | 0.66 |
| Hex | A5 | 95 | BC | C | 15 | 0 | 1A | 109 | 17 | 42 |
| Octal | 245 | 225 | 274 | 14 | 25 | 0 | 32 | 411 | 27 | 102 |
| Binary | 10100101 | 10010101 | 10111100 | 1100 | 10101 | 0 | 11010 | 100001001 | 10111 | 1000010 |
Color Harmonies of #A595BC
Complementary color
Monochromatic Colors of #A595BC
Black with #A595BC
Text Example
Text Example
White with #A595BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595BC; }
p { color: rgb(165,149,188); }
H1.HeaderClassName
{
color: #A595BC;
}
.AnyTagClassName
{
color: #A595BC;
}
</style>
background-color css
<style>
a { background-color: #A595BC; }
a { background-color: rgb(165,149,188); }
div.DivClassName
{
background-color: #A595BC;
}
.BgClassName
{
background-color: #A595BC;
}
</style>
border-color css
<style>
span { border-color: #A595BC; }
span { border-color: rgb(165,149,188); }
td.TdClassName
{
border-color: #A595BC;
}
.TagClassName
{
border-color: #A595BC;
}
</style>