Shades of Cold Purple #A685CA
Tints of Cold Purple #A685CA
RGB
CMYK
RGB Variations
Color information
#A685CA (or 0xA685CA) is known color: Cold Purple. HEX triplet: A6, 85 and CA. RGB value is (166,133,202). Sum of RGB (Red+Green+Blue) = 166+133+202=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A685CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CA is #597A35. Grayscale: #969696. Windows color (decimal): -5863990 or 13272486. OLE color: 13272486.
HSL color Cylindrical-coordinate representation of color #A685CA: hue angle of 268.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A685CA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 133 | 202 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.21 |
| HSL | 268.7º | 0.39% | 0.66% | - |
| HSV(B) | 268.7º | 0.34% | 0.79% | - |
| XYZ | 34.77 | 29.15 | 59.67 | - |
| YUV | 150.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 202 | 0.18 | 0.34 | 0 | 0.21 | 268.7 | 0.39 | 0.66 |
| Hex | A6 | 85 | CA | 12 | 22 | 0 | 15 | 10D | 27 | 42 |
| Octal | 246 | 205 | 312 | 22 | 42 | 0 | 25 | 415 | 47 | 102 |
| Binary | 10100110 | 10000101 | 11001010 | 10010 | 100010 | 0 | 10101 | 100001101 | 100111 | 1000010 |
Color Harmonies of #A685CA
Complementary color
Monochromatic Colors of #A685CA
Black with #A685CA
Text Example
Text Example
White with #A685CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685CA; }
p { color: rgb(166,133,202); }
H1.HeaderClassName
{
color: #A685CA;
}
.AnyTagClassName
{
color: #A685CA;
}
</style>
background-color css
<style>
a { background-color: #A685CA; }
a { background-color: rgb(166,133,202); }
div.DivClassName
{
background-color: #A685CA;
}
.BgClassName
{
background-color: #A685CA;
}
</style>
border-color css
<style>
span { border-color: #A685CA; }
span { border-color: rgb(166,133,202); }
td.TdClassName
{
border-color: #A685CA;
}
.TagClassName
{
border-color: #A685CA;
}
</style>