Shades of Cold Purple #A691C7
Tints of Cold Purple #A691C7
RGB
CMYK
RGB Variations
Color information
#A691C7 (or 0xA691C7) is known color: Cold Purple. HEX triplet: A6, 91 and C7. RGB value is (166,145,199). Sum of RGB (Red+Green+Blue) = 166+145+199=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #A691C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691C7 is #596E38. Grayscale: #9D9D9D. Windows color (decimal): -5860921 or 13078950. OLE color: 13078950.
HSL color Cylindrical-coordinate representation of color #A691C7: hue angle of 263.33º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A691C7 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 145 | 199 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.22 |
| HSL | 263.33º | 0.33% | 0.67% | - |
| HSV(B) | 263.33º | 0.27% | 0.78% | - |
| XYZ | 36.16 | 32.48 | 58.4 | - |
| YUV | 157.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 199 | 0.17 | 0.27 | 0 | 0.22 | 263.33 | 0.33 | 0.67 |
| Hex | A6 | 91 | C7 | 11 | 1B | 0 | 16 | 107 | 21 | 43 |
| Octal | 246 | 221 | 307 | 21 | 33 | 0 | 26 | 407 | 41 | 103 |
| Binary | 10100110 | 10010001 | 11000111 | 10001 | 11011 | 0 | 10110 | 100000111 | 100001 | 1000011 |
Color Harmonies of #A691C7
Complementary color
Monochromatic Colors of #A691C7
Black with #A691C7
Text Example
Text Example
White with #A691C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A691C7; }
p { color: rgb(166,145,199); }
H1.HeaderClassName
{
color: #A691C7;
}
.AnyTagClassName
{
color: #A691C7;
}
</style>
background-color css
<style>
a { background-color: #A691C7; }
a { background-color: rgb(166,145,199); }
div.DivClassName
{
background-color: #A691C7;
}
.BgClassName
{
background-color: #A691C7;
}
</style>
border-color css
<style>
span { border-color: #A691C7; }
span { border-color: rgb(166,145,199); }
td.TdClassName
{
border-color: #A691C7;
}
.TagClassName
{
border-color: #A691C7;
}
</style>