Shades of Cold Purple #A08DB7
Tints of Cold Purple #A08DB7
RGB
CMYK
RGB Variations
Color information
#A08DB7 (or 0xA08DB7) is known color: Cold Purple. HEX triplet: A0, 8D and B7. RGB value is (160,141,183). Sum of RGB (Red+Green+Blue) = 160+141+183=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #A08DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB7 is #5F7248. Grayscale: #979797. Windows color (decimal): -6255177 or 12029344. OLE color: 12029344.
HSL color Cylindrical-coordinate representation of color #A08DB7: hue angle of 267.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08DB7 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 160 | 141 | 183 | - |
CMYK | 0.13 | 0.23 | 0 | 0.28 |
HSL | 267.14º | 0.23% | 0.64% | - |
HSV(B) | 267.14º | 0.23% | 0.72% | - |
XYZ | 32.57 | 29.94 | 48.86 | - |
YUV | 151.47 | 145.79 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 141 | 183 | 0.13 | 0.23 | 0 | 0.28 | 267.14 | 0.23 | 0.64 |
Hex | A0 | 8D | B7 | D | 17 | 0 | 1C | 10B | 17 | 40 |
Octal | 240 | 215 | 267 | 15 | 27 | 0 | 34 | 413 | 27 | 100 |
Binary | 10100000 | 10001101 | 10110111 | 1101 | 10111 | 0 | 11100 | 100001011 | 10111 | 1000000 |
Color Harmonies of #A08DB7
Complementary color
Monochromatic Colors of #A08DB7
Black with #A08DB7
Text Example
Text Example
White with #A08DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DB7; }
p { color: rgb(160,141,183); }
H1.HeaderClassName
{
color: #A08DB7;
}
.AnyTagClassName
{
color: #A08DB7;
}
</style>
background-color css
<style>
a { background-color: #A08DB7; }
a { background-color: rgb(160,141,183); }
div.DivClassName
{
background-color: #A08DB7;
}
.BgClassName
{
background-color: #A08DB7;
}
</style>
border-color css
<style>
span { border-color: #A08DB7; }
span { border-color: rgb(160,141,183); }
td.TdClassName
{
border-color: #A08DB7;
}
.TagClassName
{
border-color: #A08DB7;
}
</style>