Shades of Cold Purple #A08AC6
Tints of Cold Purple #A08AC6
RGB
CMYK
RGB Variations
Color information
#A08AC6 (or 0xA08AC6) is known color: Cold Purple. HEX triplet: A0, 8A and C6. RGB value is (160,138,198). Sum of RGB (Red+Green+Blue) = 160+138+198=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #A08AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AC6 is #5F7539. Grayscale: #979797. Windows color (decimal): -6255930 or 13011616. OLE color: 13011616.
HSL color Cylindrical-coordinate representation of color #A08AC6: hue angle of 262º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08AC6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 138 | 198 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.22 |
| HSL | 262º | 0.34% | 0.66% | - |
| HSV(B) | 262º | 0.3% | 0.78% | - |
| XYZ | 33.78 | 29.73 | 57.38 | - |
| YUV | 151.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 198 | 0.19 | 0.30 | 0 | 0.22 | 262 | 0.34 | 0.66 |
| Hex | A0 | 8A | C6 | 13 | 1E | 0 | 16 | 106 | 22 | 42 |
| Octal | 240 | 212 | 306 | 23 | 36 | 0 | 26 | 406 | 42 | 102 |
| Binary | 10100000 | 10001010 | 11000110 | 10011 | 11110 | 0 | 10110 | 100000110 | 100010 | 1000010 |
Color Harmonies of #A08AC6
Complementary color
Monochromatic Colors of #A08AC6
Black with #A08AC6
Text Example
Text Example
White with #A08AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AC6; }
p { color: rgb(160,138,198); }
H1.HeaderClassName
{
color: #A08AC6;
}
.AnyTagClassName
{
color: #A08AC6;
}
</style>
background-color css
<style>
a { background-color: #A08AC6; }
a { background-color: rgb(160,138,198); }
div.DivClassName
{
background-color: #A08AC6;
}
.BgClassName
{
background-color: #A08AC6;
}
</style>
border-color css
<style>
span { border-color: #A08AC6; }
span { border-color: rgb(160,138,198); }
td.TdClassName
{
border-color: #A08AC6;
}
.TagClassName
{
border-color: #A08AC6;
}
</style>