Shades of Cold Purple #A68CC4
Tints of Cold Purple #A68CC4
RGB
CMYK
RGB Variations
Color information
#A68CC4 (or 0xA68CC4) is known color: Cold Purple. HEX triplet: A6, 8C and C4. RGB value is (166,140,196). Sum of RGB (Red+Green+Blue) = 166+140+196=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #A68CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CC4 is #59733B. Grayscale: #999999. Windows color (decimal): -5862204 or 12881062. OLE color: 12881062.
HSL color Cylindrical-coordinate representation of color #A68CC4: hue angle of 267.86º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68CC4 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 140 | 196 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.23 |
| HSL | 267.86º | 0.32% | 0.66% | - |
| HSV(B) | 267.86º | 0.29% | 0.77% | - |
| XYZ | 35.07 | 30.85 | 56.33 | - |
| YUV | 154.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 196 | 0.15 | 0.29 | 0 | 0.23 | 267.86 | 0.32 | 0.66 |
| Hex | A6 | 8C | C4 | F | 1D | 0 | 17 | 10C | 20 | 42 |
| Octal | 246 | 214 | 304 | 17 | 35 | 0 | 27 | 414 | 40 | 102 |
| Binary | 10100110 | 10001100 | 11000100 | 1111 | 11101 | 0 | 10111 | 100001100 | 100000 | 1000010 |
Color Harmonies of #A68CC4
Complementary color
Monochromatic Colors of #A68CC4
Black with #A68CC4
Text Example
Text Example
White with #A68CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CC4; }
p { color: rgb(166,140,196); }
H1.HeaderClassName
{
color: #A68CC4;
}
.AnyTagClassName
{
color: #A68CC4;
}
</style>
background-color css
<style>
a { background-color: #A68CC4; }
a { background-color: rgb(166,140,196); }
div.DivClassName
{
background-color: #A68CC4;
}
.BgClassName
{
background-color: #A68CC4;
}
</style>
border-color css
<style>
span { border-color: #A68CC4; }
span { border-color: rgb(166,140,196); }
td.TdClassName
{
border-color: #A68CC4;
}
.TagClassName
{
border-color: #A68CC4;
}
</style>