Shades of Cold Purple #A68AC8
Tints of Cold Purple #A68AC8
RGB
CMYK
RGB Variations
Color information
#A68AC8 (or 0xA68AC8) is known color: Cold Purple. HEX triplet: A6, 8A and C8. RGB value is (166,138,200). Sum of RGB (Red+Green+Blue) = 166+138+200=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #A68AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AC8 is #597537. Grayscale: #999999. Windows color (decimal): -5862712 or 13142694. OLE color: 13142694.
HSL color Cylindrical-coordinate representation of color #A68AC8: hue angle of 267.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68AC8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 138 | 200 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.22 |
| HSL | 267.1º | 0.36% | 0.66% | - |
| HSV(B) | 267.1º | 0.31% | 0.78% | - |
| XYZ | 35.24 | 30.45 | 58.66 | - |
| YUV | 153.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 200 | 0.17 | 0.31 | 0 | 0.22 | 267.1 | 0.36 | 0.66 |
| Hex | A6 | 8A | C8 | 11 | 1F | 0 | 16 | 10B | 24 | 42 |
| Octal | 246 | 212 | 310 | 21 | 37 | 0 | 26 | 413 | 44 | 102 |
| Binary | 10100110 | 10001010 | 11001000 | 10001 | 11111 | 0 | 10110 | 100001011 | 100100 | 1000010 |
Color Harmonies of #A68AC8
Complementary color
Monochromatic Colors of #A68AC8
Black with #A68AC8
Text Example
Text Example
White with #A68AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AC8; }
p { color: rgb(166,138,200); }
H1.HeaderClassName
{
color: #A68AC8;
}
.AnyTagClassName
{
color: #A68AC8;
}
</style>
background-color css
<style>
a { background-color: #A68AC8; }
a { background-color: rgb(166,138,200); }
div.DivClassName
{
background-color: #A68AC8;
}
.BgClassName
{
background-color: #A68AC8;
}
</style>
border-color css
<style>
span { border-color: #A68AC8; }
span { border-color: rgb(166,138,200); }
td.TdClassName
{
border-color: #A68AC8;
}
.TagClassName
{
border-color: #A68AC8;
}
</style>