Shades of Cold Purple #A691C2
Tints of Cold Purple #A691C2
RGB
CMYK
RGB Variations
Color information
#A691C2 (or 0xA691C2) is known color: Cold Purple. HEX triplet: A6, 91 and C2. RGB value is (166,145,194). Sum of RGB (Red+Green+Blue) = 166+145+194=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #A691C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691C2 is #596E3D. Grayscale: #9C9C9C. Windows color (decimal): -5860926 or 12751270. OLE color: 12751270.
HSL color Cylindrical-coordinate representation of color #A691C2: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A691C2 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 145 | 194 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.24 |
| HSL | 265.71º | 0.29% | 0.66% | - |
| HSV(B) | 265.71º | 0.25% | 0.76% | - |
| XYZ | 35.59 | 32.25 | 55.39 | - |
| YUV | 156.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 194 | 0.14 | 0.25 | 0 | 0.24 | 265.71 | 0.29 | 0.66 |
| Hex | A6 | 91 | C2 | E | 19 | 0 | 18 | 10A | 1D | 42 |
| Octal | 246 | 221 | 302 | 16 | 31 | 0 | 30 | 412 | 35 | 102 |
| Binary | 10100110 | 10010001 | 11000010 | 1110 | 11001 | 0 | 11000 | 100001010 | 11101 | 1000010 |
Color Harmonies of #A691C2
Complementary color
Monochromatic Colors of #A691C2
Black with #A691C2
Text Example
Text Example
White with #A691C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A691C2; }
p { color: rgb(166,145,194); }
H1.HeaderClassName
{
color: #A691C2;
}
.AnyTagClassName
{
color: #A691C2;
}
</style>
background-color css
<style>
a { background-color: #A691C2; }
a { background-color: rgb(166,145,194); }
div.DivClassName
{
background-color: #A691C2;
}
.BgClassName
{
background-color: #A691C2;
}
</style>
border-color css
<style>
span { border-color: #A691C2; }
span { border-color: rgb(166,145,194); }
td.TdClassName
{
border-color: #A691C2;
}
.TagClassName
{
border-color: #A691C2;
}
</style>