Shades of Cold Purple #A681CF
Tints of Cold Purple #A681CF
RGB
CMYK
RGB Variations
Color information
#A681CF (or 0xA681CF) is known color: Cold Purple. HEX triplet: A6, 81 and CF. RGB value is (166,129,207). Sum of RGB (Red+Green+Blue) = 166+129+207=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A681CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681CF is #597E30. Grayscale: #949494. Windows color (decimal): -5865009 or 13599142. OLE color: 13599142.
HSL color Cylindrical-coordinate representation of color #A681CF: hue angle of 268.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A681CF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 129 | 207 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.19 |
| HSL | 268.46º | 0.45% | 0.66% | - |
| HSV(B) | 268.46º | 0.38% | 0.81% | - |
| XYZ | 34.84 | 28.31 | 62.66 | - |
| YUV | 148.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 207 | 0.20 | 0.38 | 0 | 0.19 | 268.46 | 0.45 | 0.66 |
| Hex | A6 | 81 | CF | 14 | 26 | 0 | 13 | 10C | 2D | 42 |
| Octal | 246 | 201 | 317 | 24 | 46 | 0 | 23 | 414 | 55 | 102 |
| Binary | 10100110 | 10000001 | 11001111 | 10100 | 100110 | 0 | 10011 | 100001100 | 101101 | 1000010 |
Color Harmonies of #A681CF
Complementary color
Monochromatic Colors of #A681CF
Black with #A681CF
Text Example
Text Example
White with #A681CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681CF; }
p { color: rgb(166,129,207); }
H1.HeaderClassName
{
color: #A681CF;
}
.AnyTagClassName
{
color: #A681CF;
}
</style>
background-color css
<style>
a { background-color: #A681CF; }
a { background-color: rgb(166,129,207); }
div.DivClassName
{
background-color: #A681CF;
}
.BgClassName
{
background-color: #A681CF;
}
</style>
border-color css
<style>
span { border-color: #A681CF; }
span { border-color: rgb(166,129,207); }
td.TdClassName
{
border-color: #A681CF;
}
.TagClassName
{
border-color: #A681CF;
}
</style>