Shades of Cold Purple #A595BE
Tints of Cold Purple #A595BE
RGB
CMYK
RGB Variations
Color information
#A595BE (or 0xA595BE) is known color: Cold Purple. HEX triplet: A5, 95 and BE. RGB value is (165,149,190). Sum of RGB (Red+Green+Blue) = 165+149+190=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A595BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595BE is #5A6A41. Grayscale: #9E9E9E. Windows color (decimal): -5925442 or 12490149. OLE color: 12490149.
HSL color Cylindrical-coordinate representation of color #A595BE: hue angle of 263.41º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A595BE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 149 | 190 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.25 |
| HSL | 263.41º | 0.24% | 0.66% | - |
| HSV(B) | 263.41º | 0.22% | 0.75% | - |
| XYZ | 35.56 | 33.21 | 53.25 | - |
| YUV | 158.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 190 | 0.13 | 0.22 | 0 | 0.25 | 263.41 | 0.24 | 0.66 |
| Hex | A5 | 95 | BE | D | 16 | 0 | 19 | 107 | 18 | 42 |
| Octal | 245 | 225 | 276 | 15 | 26 | 0 | 31 | 407 | 30 | 102 |
| Binary | 10100101 | 10010101 | 10111110 | 1101 | 10110 | 0 | 11001 | 100000111 | 11000 | 1000010 |
Color Harmonies of #A595BE
Complementary color
Monochromatic Colors of #A595BE
Black with #A595BE
Text Example
Text Example
White with #A595BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595BE; }
p { color: rgb(165,149,190); }
H1.HeaderClassName
{
color: #A595BE;
}
.AnyTagClassName
{
color: #A595BE;
}
</style>
background-color css
<style>
a { background-color: #A595BE; }
a { background-color: rgb(165,149,190); }
div.DivClassName
{
background-color: #A595BE;
}
.BgClassName
{
background-color: #A595BE;
}
</style>
border-color css
<style>
span { border-color: #A595BE; }
span { border-color: rgb(165,149,190); }
td.TdClassName
{
border-color: #A595BE;
}
.TagClassName
{
border-color: #A595BE;
}
</style>