Shades of Cold Purple #A692BD
Tints of Cold Purple #A692BD
RGB
CMYK
RGB Variations
Color information
#A692BD (or 0xA692BD) is known color: Cold Purple. HEX triplet: A6, 92 and BD. RGB value is (166,146,189). Sum of RGB (Red+Green+Blue) = 166+146+189=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #A692BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692BD is #596D42. Grayscale: #9C9C9C. Windows color (decimal): -5860675 or 12423846. OLE color: 12423846.
HSL color Cylindrical-coordinate representation of color #A692BD: hue angle of 267.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A692BD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 146 | 189 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.26 |
| HSL | 267.91º | 0.25% | 0.66% | - |
| HSV(B) | 267.91º | 0.23% | 0.74% | - |
| XYZ | 35.19 | 32.34 | 52.53 | - |
| YUV | 156.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 189 | 0.12 | 0.23 | 0 | 0.26 | 267.91 | 0.25 | 0.66 |
| Hex | A6 | 92 | BD | C | 17 | 0 | 1A | 10C | 19 | 42 |
| Octal | 246 | 222 | 275 | 14 | 27 | 0 | 32 | 414 | 31 | 102 |
| Binary | 10100110 | 10010010 | 10111101 | 1100 | 10111 | 0 | 11010 | 100001100 | 11001 | 1000010 |
Color Harmonies of #A692BD
Complementary color
Monochromatic Colors of #A692BD
Black with #A692BD
Text Example
Text Example
White with #A692BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692BD; }
p { color: rgb(166,146,189); }
H1.HeaderClassName
{
color: #A692BD;
}
.AnyTagClassName
{
color: #A692BD;
}
</style>
background-color css
<style>
a { background-color: #A692BD; }
a { background-color: rgb(166,146,189); }
div.DivClassName
{
background-color: #A692BD;
}
.BgClassName
{
background-color: #A692BD;
}
</style>
border-color css
<style>
span { border-color: #A692BD; }
span { border-color: rgb(166,146,189); }
td.TdClassName
{
border-color: #A692BD;
}
.TagClassName
{
border-color: #A692BD;
}
</style>