Shades of Cold Purple #A08AD0
Tints of Cold Purple #A08AD0
RGB
CMYK
RGB Variations
Color information
#A08AD0 (or 0xA08AD0) is known color: Cold Purple. HEX triplet: A0, 8A and D0. RGB value is (160,138,208). Sum of RGB (Red+Green+Blue) = 160+138+208=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A08AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD0 is #5F752F. Grayscale: #989898. Windows color (decimal): -6255920 or 13666976. OLE color: 13666976.
HSL color Cylindrical-coordinate representation of color #A08AD0: hue angle of 258.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08AD0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 138 | 208 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.18 |
| HSL | 258.86º | 0.43% | 0.68% | - |
| HSV(B) | 258.86º | 0.34% | 0.82% | - |
| XYZ | 34.97 | 30.2 | 63.66 | - |
| YUV | 152.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 208 | 0.23 | 0.34 | 0 | 0.18 | 258.86 | 0.43 | 0.68 |
| Hex | A0 | 8A | D0 | 17 | 22 | 0 | 12 | 103 | 2B | 44 |
| Octal | 240 | 212 | 320 | 27 | 42 | 0 | 22 | 403 | 53 | 104 |
| Binary | 10100000 | 10001010 | 11010000 | 10111 | 100010 | 0 | 10010 | 100000011 | 101011 | 1000100 |
Color Harmonies of #A08AD0
Complementary color
Monochromatic Colors of #A08AD0
Black with #A08AD0
Text Example
Text Example
White with #A08AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AD0; }
p { color: rgb(160,138,208); }
H1.HeaderClassName
{
color: #A08AD0;
}
.AnyTagClassName
{
color: #A08AD0;
}
</style>
background-color css
<style>
a { background-color: #A08AD0; }
a { background-color: rgb(160,138,208); }
div.DivClassName
{
background-color: #A08AD0;
}
.BgClassName
{
background-color: #A08AD0;
}
</style>
border-color css
<style>
span { border-color: #A08AD0; }
span { border-color: rgb(160,138,208); }
td.TdClassName
{
border-color: #A08AD0;
}
.TagClassName
{
border-color: #A08AD0;
}
</style>