Shades of Cold Purple #A68ACC
Tints of Cold Purple #A68ACC
RGB
CMYK
RGB Variations
Color information
#A68ACC (or 0xA68ACC) is known color: Cold Purple. HEX triplet: A6, 8A and CC. RGB value is (166,138,204). Sum of RGB (Red+Green+Blue) = 166+138+204=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A68ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ACC is #597533. Grayscale: #999999. Windows color (decimal): -5862708 or 13404838. OLE color: 13404838.
HSL color Cylindrical-coordinate representation of color #A68ACC: hue angle of 265.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68ACC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 138 | 204 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.2 |
| HSL | 265.45º | 0.39% | 0.67% | - |
| HSV(B) | 265.45º | 0.32% | 0.8% | - |
| XYZ | 35.71 | 30.64 | 61.16 | - |
| YUV | 153.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 204 | 0.19 | 0.32 | 0 | 0.2 | 265.45 | 0.39 | 0.67 |
| Hex | A6 | 8A | CC | 13 | 20 | 0 | 14 | 109 | 27 | 43 |
| Octal | 246 | 212 | 314 | 23 | 40 | 0 | 24 | 411 | 47 | 103 |
| Binary | 10100110 | 10001010 | 11001100 | 10011 | 100000 | 0 | 10100 | 100001001 | 100111 | 1000011 |
Color Harmonies of #A68ACC
Complementary color
Monochromatic Colors of #A68ACC
Black with #A68ACC
Text Example
Text Example
White with #A68ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ACC; }
p { color: rgb(166,138,204); }
H1.HeaderClassName
{
color: #A68ACC;
}
.AnyTagClassName
{
color: #A68ACC;
}
</style>
background-color css
<style>
a { background-color: #A68ACC; }
a { background-color: rgb(166,138,204); }
div.DivClassName
{
background-color: #A68ACC;
}
.BgClassName
{
background-color: #A68ACC;
}
</style>
border-color css
<style>
span { border-color: #A68ACC; }
span { border-color: rgb(166,138,204); }
td.TdClassName
{
border-color: #A68ACC;
}
.TagClassName
{
border-color: #A68ACC;
}
</style>