Shades of Cold Purple #A692C2
Tints of Cold Purple #A692C2
RGB
CMYK
RGB Variations
Color information
#A692C2 (or 0xA692C2) is known color: Cold Purple. HEX triplet: A6, 92 and C2. RGB value is (166,146,194). Sum of RGB (Red+Green+Blue) = 166+146+194=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #A692C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692C2 is #596D3D. Grayscale: #9D9D9D. Windows color (decimal): -5860670 or 12751526. OLE color: 12751526.
HSL color Cylindrical-coordinate representation of color #A692C2: hue angle of 265º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A692C2 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 146 | 194 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.24 |
| HSL | 265º | 0.28% | 0.67% | - |
| HSV(B) | 265º | 0.25% | 0.76% | - |
| XYZ | 35.74 | 32.56 | 55.44 | - |
| YUV | 157.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 194 | 0.14 | 0.25 | 0 | 0.24 | 265 | 0.28 | 0.67 |
| Hex | A6 | 92 | C2 | E | 19 | 0 | 18 | 109 | 1C | 43 |
| Octal | 246 | 222 | 302 | 16 | 31 | 0 | 30 | 411 | 34 | 103 |
| Binary | 10100110 | 10010010 | 11000010 | 1110 | 11001 | 0 | 11000 | 100001001 | 11100 | 1000011 |
Color Harmonies of #A692C2
Complementary color
Monochromatic Colors of #A692C2
Black with #A692C2
Text Example
Text Example
White with #A692C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692C2; }
p { color: rgb(166,146,194); }
H1.HeaderClassName
{
color: #A692C2;
}
.AnyTagClassName
{
color: #A692C2;
}
</style>
background-color css
<style>
a { background-color: #A692C2; }
a { background-color: rgb(166,146,194); }
div.DivClassName
{
background-color: #A692C2;
}
.BgClassName
{
background-color: #A692C2;
}
</style>
border-color css
<style>
span { border-color: #A692C2; }
span { border-color: rgb(166,146,194); }
td.TdClassName
{
border-color: #A692C2;
}
.TagClassName
{
border-color: #A692C2;
}
</style>