Shades of Cold Purple #A695BC
Tints of Cold Purple #A695BC
RGB
CMYK
RGB Variations
Color information
#A695BC (or 0xA695BC) is known color: Cold Purple. HEX triplet: A6, 95 and BC. RGB value is (166,149,188). Sum of RGB (Red+Green+Blue) = 166+149+188=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A695BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695BC is #596A43. Grayscale: #9E9E9E. Windows color (decimal): -5859908 or 12359078. OLE color: 12359078.
HSL color Cylindrical-coordinate representation of color #A695BC: hue angle of 266.15º 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 #A695BC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 149 | 188 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.26 |
| HSL | 266.15º | 0.23% | 0.66% | - |
| HSV(B) | 266.15º | 0.21% | 0.74% | - |
| XYZ | 35.55 | 33.23 | 52.12 | - |
| YUV | 158.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 188 | 0.12 | 0.21 | 0 | 0.26 | 266.15 | 0.23 | 0.66 |
| Hex | A6 | 95 | BC | C | 15 | 0 | 1A | 10A | 17 | 42 |
| Octal | 246 | 225 | 274 | 14 | 25 | 0 | 32 | 412 | 27 | 102 |
| Binary | 10100110 | 10010101 | 10111100 | 1100 | 10101 | 0 | 11010 | 100001010 | 10111 | 1000010 |
Color Harmonies of #A695BC
Complementary color
Monochromatic Colors of #A695BC
Black with #A695BC
Text Example
Text Example
White with #A695BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695BC; }
p { color: rgb(166,149,188); }
H1.HeaderClassName
{
color: #A695BC;
}
.AnyTagClassName
{
color: #A695BC;
}
</style>
background-color css
<style>
a { background-color: #A695BC; }
a { background-color: rgb(166,149,188); }
div.DivClassName
{
background-color: #A695BC;
}
.BgClassName
{
background-color: #A695BC;
}
</style>
border-color css
<style>
span { border-color: #A695BC; }
span { border-color: rgb(166,149,188); }
td.TdClassName
{
border-color: #A695BC;
}
.TagClassName
{
border-color: #A695BC;
}
</style>