Shades of Cold Purple #A690C7
Tints of Cold Purple #A690C7
RGB
CMYK
RGB Variations
Color information
#A690C7 (or 0xA690C7) is known color: Cold Purple. HEX triplet: A6, 90 and C7. RGB value is (166,144,199). Sum of RGB (Red+Green+Blue) = 166+144+199=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #A690C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690C7 is #596F38. Grayscale: #9C9C9C. Windows color (decimal): -5861177 or 13078694. OLE color: 13078694.
HSL color Cylindrical-coordinate representation of color #A690C7: hue angle of 264º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A690C7 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 144 | 199 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.22 |
| HSL | 264º | 0.33% | 0.67% | - |
| HSV(B) | 264º | 0.28% | 0.78% | - |
| XYZ | 36.01 | 32.18 | 58.35 | - |
| YUV | 156.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 199 | 0.17 | 0.28 | 0 | 0.22 | 264 | 0.33 | 0.67 |
| Hex | A6 | 90 | C7 | 11 | 1C | 0 | 16 | 108 | 21 | 43 |
| Octal | 246 | 220 | 307 | 21 | 34 | 0 | 26 | 410 | 41 | 103 |
| Binary | 10100110 | 10010000 | 11000111 | 10001 | 11100 | 0 | 10110 | 100001000 | 100001 | 1000011 |
Color Harmonies of #A690C7
Complementary color
Monochromatic Colors of #A690C7
Black with #A690C7
Text Example
Text Example
White with #A690C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690C7; }
p { color: rgb(166,144,199); }
H1.HeaderClassName
{
color: #A690C7;
}
.AnyTagClassName
{
color: #A690C7;
}
</style>
background-color css
<style>
a { background-color: #A690C7; }
a { background-color: rgb(166,144,199); }
div.DivClassName
{
background-color: #A690C7;
}
.BgClassName
{
background-color: #A690C7;
}
</style>
border-color css
<style>
span { border-color: #A690C7; }
span { border-color: rgb(166,144,199); }
td.TdClassName
{
border-color: #A690C7;
}
.TagClassName
{
border-color: #A690C7;
}
</style>