Shades of Cold Purple #A68CC9
Tints of Cold Purple #A68CC9
RGB
CMYK
RGB Variations
Color information
#A68CC9 (or 0xA68CC9) is known color: Cold Purple. HEX triplet: A6, 8C and C9. RGB value is (166,140,201). Sum of RGB (Red+Green+Blue) = 166+140+201=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #A68CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CC9 is #597336. Grayscale: #9A9A9A. Windows color (decimal): -5862199 or 13208742. OLE color: 13208742.
HSL color Cylindrical-coordinate representation of color #A68CC9: hue angle of 265.57º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68CC9 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 140 | 201 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.21 |
| HSL | 265.57º | 0.36% | 0.67% | - |
| HSV(B) | 265.57º | 0.3% | 0.79% | - |
| XYZ | 35.65 | 31.08 | 59.38 | - |
| YUV | 154.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 201 | 0.17 | 0.30 | 0 | 0.21 | 265.57 | 0.36 | 0.67 |
| Hex | A6 | 8C | C9 | 11 | 1E | 0 | 15 | 10A | 24 | 43 |
| Octal | 246 | 214 | 311 | 21 | 36 | 0 | 25 | 412 | 44 | 103 |
| Binary | 10100110 | 10001100 | 11001001 | 10001 | 11110 | 0 | 10101 | 100001010 | 100100 | 1000011 |
Color Harmonies of #A68CC9
Complementary color
Monochromatic Colors of #A68CC9
Black with #A68CC9
Text Example
Text Example
White with #A68CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CC9; }
p { color: rgb(166,140,201); }
H1.HeaderClassName
{
color: #A68CC9;
}
.AnyTagClassName
{
color: #A68CC9;
}
</style>
background-color css
<style>
a { background-color: #A68CC9; }
a { background-color: rgb(166,140,201); }
div.DivClassName
{
background-color: #A68CC9;
}
.BgClassName
{
background-color: #A68CC9;
}
</style>
border-color css
<style>
span { border-color: #A68CC9; }
span { border-color: rgb(166,140,201); }
td.TdClassName
{
border-color: #A68CC9;
}
.TagClassName
{
border-color: #A68CC9;
}
</style>