Shades of Cold Purple #A682CE
Tints of Cold Purple #A682CE
RGB
CMYK
RGB Variations
Color information
#A682CE (or 0xA682CE) is known color: Cold Purple. HEX triplet: A6, 82 and CE. RGB value is (166,130,206). Sum of RGB (Red+Green+Blue) = 166+130+206=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A682CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CE is #597D31. Grayscale: #959595. Windows color (decimal): -5864754 or 13533862. OLE color: 13533862.
HSL color Cylindrical-coordinate representation of color #A682CE: hue angle of 268.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A682CE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 130 | 206 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.19 |
| HSL | 268.42º | 0.44% | 0.66% | - |
| HSV(B) | 268.42º | 0.37% | 0.81% | - |
| XYZ | 34.85 | 28.53 | 62.06 | - |
| YUV | 149.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 206 | 0.19 | 0.37 | 0 | 0.19 | 268.42 | 0.44 | 0.66 |
| Hex | A6 | 82 | CE | 13 | 25 | 0 | 13 | 10C | 2C | 42 |
| Octal | 246 | 202 | 316 | 23 | 45 | 0 | 23 | 414 | 54 | 102 |
| Binary | 10100110 | 10000010 | 11001110 | 10011 | 100101 | 0 | 10011 | 100001100 | 101100 | 1000010 |
Color Harmonies of #A682CE
Complementary color
Monochromatic Colors of #A682CE
Black with #A682CE
Text Example
Text Example
White with #A682CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682CE; }
p { color: rgb(166,130,206); }
H1.HeaderClassName
{
color: #A682CE;
}
.AnyTagClassName
{
color: #A682CE;
}
</style>
background-color css
<style>
a { background-color: #A682CE; }
a { background-color: rgb(166,130,206); }
div.DivClassName
{
background-color: #A682CE;
}
.BgClassName
{
background-color: #A682CE;
}
</style>
border-color css
<style>
span { border-color: #A682CE; }
span { border-color: rgb(166,130,206); }
td.TdClassName
{
border-color: #A682CE;
}
.TagClassName
{
border-color: #A682CE;
}
</style>