Shades of Cold Purple #A685CC
Tints of Cold Purple #A685CC
RGB
CMYK
RGB Variations
Color information
#A685CC (or 0xA685CC) is known color: Cold Purple. HEX triplet: A6, 85 and CC. RGB value is (166,133,204). Sum of RGB (Red+Green+Blue) = 166+133+204=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A685CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CC is #597A33. Grayscale: #969696. Windows color (decimal): -5863988 or 13403558. OLE color: 13403558.
HSL color Cylindrical-coordinate representation of color #A685CC: hue angle of 267.89º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A685CC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 133 | 204 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.2 |
| HSL | 267.89º | 0.41% | 0.66% | - |
| HSV(B) | 267.89º | 0.35% | 0.8% | - |
| XYZ | 35.01 | 29.24 | 60.93 | - |
| YUV | 150.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 204 | 0.19 | 0.35 | 0 | 0.2 | 267.89 | 0.41 | 0.66 |
| Hex | A6 | 85 | CC | 13 | 23 | 0 | 14 | 10C | 29 | 42 |
| Octal | 246 | 205 | 314 | 23 | 43 | 0 | 24 | 414 | 51 | 102 |
| Binary | 10100110 | 10000101 | 11001100 | 10011 | 100011 | 0 | 10100 | 100001100 | 101001 | 1000010 |
Color Harmonies of #A685CC
Complementary color
Monochromatic Colors of #A685CC
Black with #A685CC
Text Example
Text Example
White with #A685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685CC; }
p { color: rgb(166,133,204); }
H1.HeaderClassName
{
color: #A685CC;
}
.AnyTagClassName
{
color: #A685CC;
}
</style>
background-color css
<style>
a { background-color: #A685CC; }
a { background-color: rgb(166,133,204); }
div.DivClassName
{
background-color: #A685CC;
}
.BgClassName
{
background-color: #A685CC;
}
</style>
border-color css
<style>
span { border-color: #A685CC; }
span { border-color: rgb(166,133,204); }
td.TdClassName
{
border-color: #A685CC;
}
.TagClassName
{
border-color: #A685CC;
}
</style>