Shades of Cold Purple #A08DB5
Tints of Cold Purple #A08DB5
RGB
CMYK
RGB Variations
Color information
#A08DB5 (or 0xA08DB5) is known color: Cold Purple. HEX triplet: A0, 8D and B5. RGB value is (160,141,181). Sum of RGB (Red+Green+Blue) = 160+141+181=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #A08DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB5 is #5F724A. Grayscale: #979797. Windows color (decimal): -6255179 or 11898272. OLE color: 11898272.
HSL color Cylindrical-coordinate representation of color #A08DB5: hue angle of 268.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A08DB5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 141 | 181 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.29 |
| HSL | 268.5º | 0.21% | 0.63% | - |
| HSV(B) | 268.5º | 0.22% | 0.71% | - |
| XYZ | 32.36 | 29.86 | 47.77 | - |
| YUV | 151.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 181 | 0.12 | 0.22 | 0 | 0.29 | 268.5 | 0.21 | 0.63 |
| Hex | A0 | 8D | B5 | C | 16 | 0 | 1D | 10C | 15 | 3F |
| Octal | 240 | 215 | 265 | 14 | 26 | 0 | 35 | 414 | 25 | 77 |
| Binary | 10100000 | 10001101 | 10110101 | 1100 | 10110 | 0 | 11101 | 100001100 | 10101 | 111111 |
Color Harmonies of #A08DB5
Complementary color
Monochromatic Colors of #A08DB5
Black with #A08DB5
Text Example
Text Example
White with #A08DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DB5; }
p { color: rgb(160,141,181); }
H1.HeaderClassName
{
color: #A08DB5;
}
.AnyTagClassName
{
color: #A08DB5;
}
</style>
background-color css
<style>
a { background-color: #A08DB5; }
a { background-color: rgb(160,141,181); }
div.DivClassName
{
background-color: #A08DB5;
}
.BgClassName
{
background-color: #A08DB5;
}
</style>
border-color css
<style>
span { border-color: #A08DB5; }
span { border-color: rgb(160,141,181); }
td.TdClassName
{
border-color: #A08DB5;
}
.TagClassName
{
border-color: #A08DB5;
}
</style>