Shades of Cold Purple #A689C7
Tints of Cold Purple #A689C7
RGB
CMYK
RGB Variations
Color information
#A689C7 (or 0xA689C7) is known color: Cold Purple. HEX triplet: A6, 89 and C7. RGB value is (166,137,199). Sum of RGB (Red+Green+Blue) = 166+137+199=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #A689C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689C7 is #597638. Grayscale: #989898. Windows color (decimal): -5862969 or 13076902. OLE color: 13076902.
HSL color Cylindrical-coordinate representation of color #A689C7: hue angle of 268.06º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A689C7 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 137 | 199 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.22 |
| HSL | 268.06º | 0.36% | 0.66% | - |
| HSV(B) | 268.06º | 0.31% | 0.78% | - |
| XYZ | 34.98 | 30.12 | 58 | - |
| YUV | 152.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 199 | 0.17 | 0.31 | 0 | 0.22 | 268.06 | 0.36 | 0.66 |
| Hex | A6 | 89 | C7 | 11 | 1F | 0 | 16 | 10C | 24 | 42 |
| Octal | 246 | 211 | 307 | 21 | 37 | 0 | 26 | 414 | 44 | 102 |
| Binary | 10100110 | 10001001 | 11000111 | 10001 | 11111 | 0 | 10110 | 100001100 | 100100 | 1000010 |
Color Harmonies of #A689C7
Complementary color
Monochromatic Colors of #A689C7
Black with #A689C7
Text Example
Text Example
White with #A689C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689C7; }
p { color: rgb(166,137,199); }
H1.HeaderClassName
{
color: #A689C7;
}
.AnyTagClassName
{
color: #A689C7;
}
</style>
background-color css
<style>
a { background-color: #A689C7; }
a { background-color: rgb(166,137,199); }
div.DivClassName
{
background-color: #A689C7;
}
.BgClassName
{
background-color: #A689C7;
}
</style>
border-color css
<style>
span { border-color: #A689C7; }
span { border-color: rgb(166,137,199); }
td.TdClassName
{
border-color: #A689C7;
}
.TagClassName
{
border-color: #A689C7;
}
</style>