Shades of Cold Purple #A690C8
Tints of Cold Purple #A690C8
RGB
CMYK
RGB Variations
Color information
#A690C8 (or 0xA690C8) is known color: Cold Purple. HEX triplet: A6, 90 and C8. RGB value is (166,144,200). Sum of RGB (Red+Green+Blue) = 166+144+200=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #A690C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690C8 is #596F37. Grayscale: #9C9C9C. Windows color (decimal): -5861176 or 13144230. OLE color: 13144230.
HSL color Cylindrical-coordinate representation of color #A690C8: hue angle of 263.57º degrees, saturation: 0.34, 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 #A690C8 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 144 | 200 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.22 |
| HSL | 263.57º | 0.34% | 0.67% | - |
| HSV(B) | 263.57º | 0.28% | 0.78% | - |
| XYZ | 36.12 | 32.22 | 58.96 | - |
| YUV | 156.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 200 | 0.17 | 0.28 | 0 | 0.22 | 263.57 | 0.34 | 0.67 |
| Hex | A6 | 90 | C8 | 11 | 1C | 0 | 16 | 108 | 22 | 43 |
| Octal | 246 | 220 | 310 | 21 | 34 | 0 | 26 | 410 | 42 | 103 |
| Binary | 10100110 | 10010000 | 11001000 | 10001 | 11100 | 0 | 10110 | 100001000 | 100010 | 1000011 |
Color Harmonies of #A690C8
Complementary color
Monochromatic Colors of #A690C8
Black with #A690C8
Text Example
Text Example
White with #A690C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690C8; }
p { color: rgb(166,144,200); }
H1.HeaderClassName
{
color: #A690C8;
}
.AnyTagClassName
{
color: #A690C8;
}
</style>
background-color css
<style>
a { background-color: #A690C8; }
a { background-color: rgb(166,144,200); }
div.DivClassName
{
background-color: #A690C8;
}
.BgClassName
{
background-color: #A690C8;
}
</style>
border-color css
<style>
span { border-color: #A690C8; }
span { border-color: rgb(166,144,200); }
td.TdClassName
{
border-color: #A690C8;
}
.TagClassName
{
border-color: #A690C8;
}
</style>