Shades of Cold Purple #A68FC9
Tints of Cold Purple #A68FC9
RGB
CMYK
RGB Variations
Color information
#A68FC9 (or 0xA68FC9) is known color: Cold Purple. HEX triplet: A6, 8F and C9. RGB value is (166,143,201). Sum of RGB (Red+Green+Blue) = 166+143+201=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #A68FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FC9 is #597036. Grayscale: #9C9C9C. Windows color (decimal): -5861431 or 13209510. OLE color: 13209510.
HSL color Cylindrical-coordinate representation of color #A68FC9: hue angle of 263.79º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68FC9 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 143 | 201 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.21 |
| HSL | 263.79º | 0.35% | 0.67% | - |
| HSV(B) | 263.79º | 0.29% | 0.79% | - |
| XYZ | 36.09 | 31.97 | 59.53 | - |
| YUV | 156.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 201 | 0.17 | 0.29 | 0 | 0.21 | 263.79 | 0.35 | 0.67 |
| Hex | A6 | 8F | C9 | 11 | 1D | 0 | 15 | 108 | 23 | 43 |
| Octal | 246 | 217 | 311 | 21 | 35 | 0 | 25 | 410 | 43 | 103 |
| Binary | 10100110 | 10001111 | 11001001 | 10001 | 11101 | 0 | 10101 | 100001000 | 100011 | 1000011 |
Color Harmonies of #A68FC9
Complementary color
Monochromatic Colors of #A68FC9
Black with #A68FC9
Text Example
Text Example
White with #A68FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FC9; }
p { color: rgb(166,143,201); }
H1.HeaderClassName
{
color: #A68FC9;
}
.AnyTagClassName
{
color: #A68FC9;
}
</style>
background-color css
<style>
a { background-color: #A68FC9; }
a { background-color: rgb(166,143,201); }
div.DivClassName
{
background-color: #A68FC9;
}
.BgClassName
{
background-color: #A68FC9;
}
</style>
border-color css
<style>
span { border-color: #A68FC9; }
span { border-color: rgb(166,143,201); }
td.TdClassName
{
border-color: #A68FC9;
}
.TagClassName
{
border-color: #A68FC9;
}
</style>