Shades of Cold Purple #A692C1
Tints of Cold Purple #A692C1
RGB
CMYK
RGB Variations
Color information
#A692C1 (or 0xA692C1) is known color: Cold Purple. HEX triplet: A6, 92 and C1. RGB value is (166,146,193). Sum of RGB (Red+Green+Blue) = 166+146+193=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #A692C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692C1 is #596D3E. Grayscale: #9D9D9D. Windows color (decimal): -5860671 or 12685990. OLE color: 12685990.
HSL color Cylindrical-coordinate representation of color #A692C1: hue angle of 265.53º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A692C1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 146 | 193 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.24 |
| HSL | 265.53º | 0.27% | 0.66% | - |
| HSV(B) | 265.53º | 0.24% | 0.76% | - |
| XYZ | 35.63 | 32.52 | 54.85 | - |
| YUV | 157.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 193 | 0.14 | 0.24 | 0 | 0.24 | 265.53 | 0.27 | 0.66 |
| Hex | A6 | 92 | C1 | E | 18 | 0 | 18 | 10A | 1B | 42 |
| Octal | 246 | 222 | 301 | 16 | 30 | 0 | 30 | 412 | 33 | 102 |
| Binary | 10100110 | 10010010 | 11000001 | 1110 | 11000 | 0 | 11000 | 100001010 | 11011 | 1000010 |
Color Harmonies of #A692C1
Complementary color
Monochromatic Colors of #A692C1
Black with #A692C1
Text Example
Text Example
White with #A692C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692C1; }
p { color: rgb(166,146,193); }
H1.HeaderClassName
{
color: #A692C1;
}
.AnyTagClassName
{
color: #A692C1;
}
</style>
background-color css
<style>
a { background-color: #A692C1; }
a { background-color: rgb(166,146,193); }
div.DivClassName
{
background-color: #A692C1;
}
.BgClassName
{
background-color: #A692C1;
}
</style>
border-color css
<style>
span { border-color: #A692C1; }
span { border-color: rgb(166,146,193); }
td.TdClassName
{
border-color: #A692C1;
}
.TagClassName
{
border-color: #A692C1;
}
</style>