Shades of Cold Purple #A695C1
Tints of Cold Purple #A695C1
RGB
CMYK
RGB Variations
Color information
#A695C1 (or 0xA695C1) is known color: Cold Purple. HEX triplet: A6, 95 and C1. RGB value is (166,149,193). Sum of RGB (Red+Green+Blue) = 166+149+193=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #A695C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695C1 is #596A3E. Grayscale: #9E9E9E. Windows color (decimal): -5859903 or 12686758. OLE color: 12686758.
HSL color Cylindrical-coordinate representation of color #A695C1: hue angle of 263.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A695C1 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 149 | 193 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.24 |
| HSL | 263.18º | 0.26% | 0.67% | - |
| HSV(B) | 263.18º | 0.23% | 0.76% | - |
| XYZ | 36.1 | 33.45 | 55.01 | - |
| YUV | 159.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 193 | 0.14 | 0.23 | 0 | 0.24 | 263.18 | 0.26 | 0.67 |
| Hex | A6 | 95 | C1 | E | 17 | 0 | 18 | 107 | 1A | 43 |
| Octal | 246 | 225 | 301 | 16 | 27 | 0 | 30 | 407 | 32 | 103 |
| Binary | 10100110 | 10010101 | 11000001 | 1110 | 10111 | 0 | 11000 | 100000111 | 11010 | 1000011 |
Color Harmonies of #A695C1
Complementary color
Monochromatic Colors of #A695C1
Black with #A695C1
Text Example
Text Example
White with #A695C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695C1; }
p { color: rgb(166,149,193); }
H1.HeaderClassName
{
color: #A695C1;
}
.AnyTagClassName
{
color: #A695C1;
}
</style>
background-color css
<style>
a { background-color: #A695C1; }
a { background-color: rgb(166,149,193); }
div.DivClassName
{
background-color: #A695C1;
}
.BgClassName
{
background-color: #A695C1;
}
</style>
border-color css
<style>
span { border-color: #A695C1; }
span { border-color: rgb(166,149,193); }
td.TdClassName
{
border-color: #A695C1;
}
.TagClassName
{
border-color: #A695C1;
}
</style>