Shades of Cold Purple #A594BC
Tints of Cold Purple #A594BC
RGB
CMYK
RGB Variations
Color information
#A594BC (or 0xA594BC) is known color: Cold Purple. HEX triplet: A5, 94 and BC. RGB value is (165,148,188). Sum of RGB (Red+Green+Blue) = 165+148+188=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A594BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BC is #5A6B43. Grayscale: #9D9D9D. Windows color (decimal): -5925700 or 12358821. OLE color: 12358821.
HSL color Cylindrical-coordinate representation of color #A594BC: hue angle of 265.5º 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 #A594BC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 148 | 188 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.26 |
| HSL | 265.5º | 0.23% | 0.66% | - |
| HSV(B) | 265.5º | 0.21% | 0.74% | - |
| XYZ | 35.18 | 32.81 | 52.06 | - |
| YUV | 157.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 188 | 0.12 | 0.21 | 0 | 0.26 | 265.5 | 0.23 | 0.66 |
| Hex | A5 | 94 | BC | C | 15 | 0 | 1A | 10A | 17 | 42 |
| Octal | 245 | 224 | 274 | 14 | 25 | 0 | 32 | 412 | 27 | 102 |
| Binary | 10100101 | 10010100 | 10111100 | 1100 | 10101 | 0 | 11010 | 100001010 | 10111 | 1000010 |
Color Harmonies of #A594BC
Complementary color
Monochromatic Colors of #A594BC
Black with #A594BC
Text Example
Text Example
White with #A594BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594BC; }
p { color: rgb(165,148,188); }
H1.HeaderClassName
{
color: #A594BC;
}
.AnyTagClassName
{
color: #A594BC;
}
</style>
background-color css
<style>
a { background-color: #A594BC; }
a { background-color: rgb(165,148,188); }
div.DivClassName
{
background-color: #A594BC;
}
.BgClassName
{
background-color: #A594BC;
}
</style>
border-color css
<style>
span { border-color: #A594BC; }
span { border-color: rgb(165,148,188); }
td.TdClassName
{
border-color: #A594BC;
}
.TagClassName
{
border-color: #A594BC;
}
</style>