Shades of Cold Purple #A681CE
Tints of Cold Purple #A681CE
RGB
CMYK
RGB Variations
Color information
#A681CE (or 0xA681CE) is known color: Cold Purple. HEX triplet: A6, 81 and CE. RGB value is (166,129,206). Sum of RGB (Red+Green+Blue) = 166+129+206=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A681CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681CE is #597E31. Grayscale: #949494. Windows color (decimal): -5865010 or 13533606. OLE color: 13533606.
HSL color Cylindrical-coordinate representation of color #A681CE: hue angle of 268.83º 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 #A681CE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 129 | 206 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.19 |
| HSL | 268.83º | 0.44% | 0.66% | - |
| HSV(B) | 268.83º | 0.37% | 0.81% | - |
| XYZ | 34.72 | 28.26 | 62.02 | - |
| YUV | 148.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 206 | 0.19 | 0.37 | 0 | 0.19 | 268.83 | 0.44 | 0.66 |
| Hex | A6 | 81 | CE | 13 | 25 | 0 | 13 | 10D | 2C | 42 |
| Octal | 246 | 201 | 316 | 23 | 45 | 0 | 23 | 415 | 54 | 102 |
| Binary | 10100110 | 10000001 | 11001110 | 10011 | 100101 | 0 | 10011 | 100001101 | 101100 | 1000010 |
Color Harmonies of #A681CE
Complementary color
Monochromatic Colors of #A681CE
Black with #A681CE
Text Example
Text Example
White with #A681CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681CE; }
p { color: rgb(166,129,206); }
H1.HeaderClassName
{
color: #A681CE;
}
.AnyTagClassName
{
color: #A681CE;
}
</style>
background-color css
<style>
a { background-color: #A681CE; }
a { background-color: rgb(166,129,206); }
div.DivClassName
{
background-color: #A681CE;
}
.BgClassName
{
background-color: #A681CE;
}
</style>
border-color css
<style>
span { border-color: #A681CE; }
span { border-color: rgb(166,129,206); }
td.TdClassName
{
border-color: #A681CE;
}
.TagClassName
{
border-color: #A681CE;
}
</style>