Shades of Cold Purple #A594BB
Tints of Cold Purple #A594BB
RGB
CMYK
RGB Variations
Color information
#A594BB (or 0xA594BB) is known color: Cold Purple. HEX triplet: A5, 94 and BB. RGB value is (165,148,187). Sum of RGB (Red+Green+Blue) = 165+148+187=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 148 (58.20% from 255 or 29.6% 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 #A594BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BB is #5A6B44. Grayscale: #9D9D9D. Windows color (decimal): -5925701 or 12293285. OLE color: 12293285.
HSL color Cylindrical-coordinate representation of color #A594BB: hue angle of 266.15º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A594BB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 148 | 187 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.27 |
| HSL | 266.15º | 0.22% | 0.66% | - |
| HSV(B) | 266.15º | 0.21% | 0.73% | - |
| XYZ | 35.08 | 32.77 | 51.49 | - |
| YUV | 157.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 187 | 0.12 | 0.21 | 0 | 0.27 | 266.15 | 0.22 | 0.66 |
| Hex | A5 | 94 | BB | C | 15 | 0 | 1B | 10A | 16 | 42 |
| Octal | 245 | 224 | 273 | 14 | 25 | 0 | 33 | 412 | 26 | 102 |
| Binary | 10100101 | 10010100 | 10111011 | 1100 | 10101 | 0 | 11011 | 100001010 | 10110 | 1000010 |
Color Harmonies of #A594BB
Complementary color
Monochromatic Colors of #A594BB
Black with #A594BB
Text Example
Text Example
White with #A594BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594BB; }
p { color: rgb(165,148,187); }
H1.HeaderClassName
{
color: #A594BB;
}
.AnyTagClassName
{
color: #A594BB;
}
</style>
background-color css
<style>
a { background-color: #A594BB; }
a { background-color: rgb(165,148,187); }
div.DivClassName
{
background-color: #A594BB;
}
.BgClassName
{
background-color: #A594BB;
}
</style>
border-color css
<style>
span { border-color: #A594BB; }
span { border-color: rgb(165,148,187); }
td.TdClassName
{
border-color: #A594BB;
}
.TagClassName
{
border-color: #A594BB;
}
</style>