Shades of Cold Purple #A594BA
Tints of Cold Purple #A594BA
RGB
CMYK
RGB Variations
Color information
#A594BA (or 0xA594BA) is known color: Cold Purple. HEX triplet: A5, 94 and BA. RGB value is (165,148,186). Sum of RGB (Red+Green+Blue) = 165+148+186=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A594BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BA is #5A6B45. Grayscale: #9D9D9D. Windows color (decimal): -5925702 or 12227749. OLE color: 12227749.
HSL color Cylindrical-coordinate representation of color #A594BA: hue angle of 266.84º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A594BA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 148 | 186 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.27 |
| HSL | 266.84º | 0.22% | 0.65% | - |
| HSV(B) | 266.84º | 0.2% | 0.73% | - |
| XYZ | 34.97 | 32.72 | 50.93 | - |
| YUV | 157.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 186 | 0.11 | 0.20 | 0 | 0.27 | 266.84 | 0.22 | 0.65 |
| Hex | A5 | 94 | BA | B | 14 | 0 | 1B | 10B | 16 | 41 |
| Octal | 245 | 224 | 272 | 13 | 24 | 0 | 33 | 413 | 26 | 101 |
| Binary | 10100101 | 10010100 | 10111010 | 1011 | 10100 | 0 | 11011 | 100001011 | 10110 | 1000001 |
Color Harmonies of #A594BA
Complementary color
Monochromatic Colors of #A594BA
Black with #A594BA
Text Example
Text Example
White with #A594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594BA; }
p { color: rgb(165,148,186); }
H1.HeaderClassName
{
color: #A594BA;
}
.AnyTagClassName
{
color: #A594BA;
}
</style>
background-color css
<style>
a { background-color: #A594BA; }
a { background-color: rgb(165,148,186); }
div.DivClassName
{
background-color: #A594BA;
}
.BgClassName
{
background-color: #A594BA;
}
</style>
border-color css
<style>
span { border-color: #A594BA; }
span { border-color: rgb(165,148,186); }
td.TdClassName
{
border-color: #A594BA;
}
.TagClassName
{
border-color: #A594BA;
}
</style>