Shades of Cold Purple #A694BE
Tints of Cold Purple #A694BE
RGB
CMYK
RGB Variations
Color information
#A694BE (or 0xA694BE) is known color: Cold Purple. HEX triplet: A6, 94 and BE. RGB value is (166,148,190). Sum of RGB (Red+Green+Blue) = 166+148+190=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 148 (58.20% from 255 or 29.37% 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 #A694BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694BE is #596B41. Grayscale: #9E9E9E. Windows color (decimal): -5860162 or 12489894. OLE color: 12489894.
HSL color Cylindrical-coordinate representation of color #A694BE: hue angle of 265.71º 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 #A694BE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 148 | 190 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.25 |
| HSL | 265.71º | 0.24% | 0.66% | - |
| HSV(B) | 265.71º | 0.22% | 0.75% | - |
| XYZ | 35.61 | 33 | 53.21 | - |
| YUV | 158.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 190 | 0.13 | 0.22 | 0 | 0.25 | 265.71 | 0.24 | 0.66 |
| Hex | A6 | 94 | BE | D | 16 | 0 | 19 | 10A | 18 | 42 |
| Octal | 246 | 224 | 276 | 15 | 26 | 0 | 31 | 412 | 30 | 102 |
| Binary | 10100110 | 10010100 | 10111110 | 1101 | 10110 | 0 | 11001 | 100001010 | 11000 | 1000010 |
Color Harmonies of #A694BE
Complementary color
Monochromatic Colors of #A694BE
Black with #A694BE
Text Example
Text Example
White with #A694BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694BE; }
p { color: rgb(166,148,190); }
H1.HeaderClassName
{
color: #A694BE;
}
.AnyTagClassName
{
color: #A694BE;
}
</style>
background-color css
<style>
a { background-color: #A694BE; }
a { background-color: rgb(166,148,190); }
div.DivClassName
{
background-color: #A694BE;
}
.BgClassName
{
background-color: #A694BE;
}
</style>
border-color css
<style>
span { border-color: #A694BE; }
span { border-color: rgb(166,148,190); }
td.TdClassName
{
border-color: #A694BE;
}
.TagClassName
{
border-color: #A694BE;
}
</style>