Shades of Cold Purple #A68EC4
Tints of Cold Purple #A68EC4
RGB
CMYK
RGB Variations
Color information
#A68EC4 (or 0xA68EC4) is known color: Cold Purple. HEX triplet: A6, 8E and C4. RGB value is (166,142,196). Sum of RGB (Red+Green+Blue) = 166+142+196=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #A68EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EC4 is #59713B. Grayscale: #9B9B9B. Windows color (decimal): -5861692 or 12881574. OLE color: 12881574.
HSL color Cylindrical-coordinate representation of color #A68EC4: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68EC4 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 142 | 196 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.23 |
| HSL | 266.67º | 0.31% | 0.66% | - |
| HSV(B) | 266.67º | 0.28% | 0.77% | - |
| XYZ | 35.36 | 31.44 | 56.43 | - |
| YUV | 155.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 196 | 0.15 | 0.28 | 0 | 0.23 | 266.67 | 0.31 | 0.66 |
| Hex | A6 | 8E | C4 | F | 1C | 0 | 17 | 10B | 1F | 42 |
| Octal | 246 | 216 | 304 | 17 | 34 | 0 | 27 | 413 | 37 | 102 |
| Binary | 10100110 | 10001110 | 11000100 | 1111 | 11100 | 0 | 10111 | 100001011 | 11111 | 1000010 |
Color Harmonies of #A68EC4
Complementary color
Monochromatic Colors of #A68EC4
Black with #A68EC4
Text Example
Text Example
White with #A68EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EC4; }
p { color: rgb(166,142,196); }
H1.HeaderClassName
{
color: #A68EC4;
}
.AnyTagClassName
{
color: #A68EC4;
}
</style>
background-color css
<style>
a { background-color: #A68EC4; }
a { background-color: rgb(166,142,196); }
div.DivClassName
{
background-color: #A68EC4;
}
.BgClassName
{
background-color: #A68EC4;
}
</style>
border-color css
<style>
span { border-color: #A68EC4; }
span { border-color: rgb(166,142,196); }
td.TdClassName
{
border-color: #A68EC4;
}
.TagClassName
{
border-color: #A68EC4;
}
</style>