Shades of Cold Purple #A594C7
Tints of Cold Purple #A594C7
RGB
CMYK
RGB Variations
Color information
#A594C7 (or 0xA594C7) is known color: Cold Purple. HEX triplet: A5, 94 and C7. RGB value is (165,148,199). Sum of RGB (Red+Green+Blue) = 165+148+199=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #A594C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594C7 is #5A6B38. Grayscale: #9E9E9E. Windows color (decimal): -5925689 or 13079717. OLE color: 13079717.
HSL color Cylindrical-coordinate representation of color #A594C7: hue angle of 260º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A594C7 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 148 | 199 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.22 |
| HSL | 260º | 0.31% | 0.68% | - |
| HSV(B) | 260º | 0.26% | 0.78% | - |
| XYZ | 36.42 | 33.3 | 58.54 | - |
| YUV | 158.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 199 | 0.17 | 0.26 | 0 | 0.22 | 260 | 0.31 | 0.68 |
| Hex | A5 | 94 | C7 | 11 | 1A | 0 | 16 | 104 | 1F | 44 |
| Octal | 245 | 224 | 307 | 21 | 32 | 0 | 26 | 404 | 37 | 104 |
| Binary | 10100101 | 10010100 | 11000111 | 10001 | 11010 | 0 | 10110 | 100000100 | 11111 | 1000100 |
Color Harmonies of #A594C7
Complementary color
Monochromatic Colors of #A594C7
Black with #A594C7
Text Example
Text Example
White with #A594C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594C7; }
p { color: rgb(165,148,199); }
H1.HeaderClassName
{
color: #A594C7;
}
.AnyTagClassName
{
color: #A594C7;
}
</style>
background-color css
<style>
a { background-color: #A594C7; }
a { background-color: rgb(165,148,199); }
div.DivClassName
{
background-color: #A594C7;
}
.BgClassName
{
background-color: #A594C7;
}
</style>
border-color css
<style>
span { border-color: #A594C7; }
span { border-color: rgb(165,148,199); }
td.TdClassName
{
border-color: #A594C7;
}
.TagClassName
{
border-color: #A594C7;
}
</style>