Shades of Cold Purple #A694BC
Tints of Cold Purple #A694BC
RGB
CMYK
RGB Variations
Color information
#A694BC (or 0xA694BC) is known color: Cold Purple. HEX triplet: A6, 94 and BC. RGB value is (166,148,188). Sum of RGB (Red+Green+Blue) = 166+148+188=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A694BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694BC is #596B43. Grayscale: #9D9D9D. Windows color (decimal): -5860164 or 12358822. OLE color: 12358822.
HSL color Cylindrical-coordinate representation of color #A694BC: hue angle of 267º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A694BC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 148 | 188 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.26 |
| HSL | 267º | 0.23% | 0.66% | - |
| HSV(B) | 267º | 0.21% | 0.74% | - |
| XYZ | 35.39 | 32.92 | 52.07 | - |
| YUV | 157.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 188 | 0.12 | 0.21 | 0 | 0.26 | 267 | 0.23 | 0.66 |
| Hex | A6 | 94 | BC | C | 15 | 0 | 1A | 10B | 17 | 42 |
| Octal | 246 | 224 | 274 | 14 | 25 | 0 | 32 | 413 | 27 | 102 |
| Binary | 10100110 | 10010100 | 10111100 | 1100 | 10101 | 0 | 11010 | 100001011 | 10111 | 1000010 |
Color Harmonies of #A694BC
Complementary color
Monochromatic Colors of #A694BC
Black with #A694BC
Text Example
Text Example
White with #A694BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694BC; }
p { color: rgb(166,148,188); }
H1.HeaderClassName
{
color: #A694BC;
}
.AnyTagClassName
{
color: #A694BC;
}
</style>
background-color css
<style>
a { background-color: #A694BC; }
a { background-color: rgb(166,148,188); }
div.DivClassName
{
background-color: #A694BC;
}
.BgClassName
{
background-color: #A694BC;
}
</style>
border-color css
<style>
span { border-color: #A694BC; }
span { border-color: rgb(166,148,188); }
td.TdClassName
{
border-color: #A694BC;
}
.TagClassName
{
border-color: #A694BC;
}
</style>