Shades of Cold Purple #A689CC
Tints of Cold Purple #A689CC
RGB
CMYK
RGB Variations
Color information
#A689CC (or 0xA689CC) is known color: Cold Purple. HEX triplet: A6, 89 and CC. RGB value is (166,137,204). Sum of RGB (Red+Green+Blue) = 166+137+204=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A689CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689CC is #597633. Grayscale: #999999. Windows color (decimal): -5862964 or 13404582. OLE color: 13404582.
HSL color Cylindrical-coordinate representation of color #A689CC: hue angle of 265.97º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A689CC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 137 | 204 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.2 |
| HSL | 265.97º | 0.4% | 0.67% | - |
| HSV(B) | 265.97º | 0.33% | 0.8% | - |
| XYZ | 35.57 | 30.36 | 61.11 | - |
| YUV | 153.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 204 | 0.19 | 0.33 | 0 | 0.2 | 265.97 | 0.4 | 0.67 |
| Hex | A6 | 89 | CC | 13 | 21 | 0 | 14 | 10A | 28 | 43 |
| Octal | 246 | 211 | 314 | 23 | 41 | 0 | 24 | 412 | 50 | 103 |
| Binary | 10100110 | 10001001 | 11001100 | 10011 | 100001 | 0 | 10100 | 100001010 | 101000 | 1000011 |
Color Harmonies of #A689CC
Complementary color
Monochromatic Colors of #A689CC
Black with #A689CC
Text Example
Text Example
White with #A689CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689CC; }
p { color: rgb(166,137,204); }
H1.HeaderClassName
{
color: #A689CC;
}
.AnyTagClassName
{
color: #A689CC;
}
</style>
background-color css
<style>
a { background-color: #A689CC; }
a { background-color: rgb(166,137,204); }
div.DivClassName
{
background-color: #A689CC;
}
.BgClassName
{
background-color: #A689CC;
}
</style>
border-color css
<style>
span { border-color: #A689CC; }
span { border-color: rgb(166,137,204); }
td.TdClassName
{
border-color: #A689CC;
}
.TagClassName
{
border-color: #A689CC;
}
</style>