Shades of Cold Purple #A08DB4
Tints of Cold Purple #A08DB4
RGB
CMYK
RGB Variations
Color information
#A08DB4 (or 0xA08DB4) is known color: Cold Purple. HEX triplet: A0, 8D and B4. RGB value is (160,141,180). Sum of RGB (Red+Green+Blue) = 160+141+180=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #A08DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB4 is #5F724B. Grayscale: #969696. Windows color (decimal): -6255180 or 11832736. OLE color: 11832736.
HSL color Cylindrical-coordinate representation of color #A08DB4: hue angle of 269.23º 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 #A08DB4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 141 | 180 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.29 |
| HSL | 269.23º | 0.21% | 0.63% | - |
| HSV(B) | 269.23º | 0.22% | 0.71% | - |
| XYZ | 32.26 | 29.82 | 47.24 | - |
| YUV | 151.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 180 | 0.11 | 0.22 | 0 | 0.29 | 269.23 | 0.21 | 0.63 |
| Hex | A0 | 8D | B4 | B | 16 | 0 | 1D | 10D | 15 | 3F |
| Octal | 240 | 215 | 264 | 13 | 26 | 0 | 35 | 415 | 25 | 77 |
| Binary | 10100000 | 10001101 | 10110100 | 1011 | 10110 | 0 | 11101 | 100001101 | 10101 | 111111 |
Color Harmonies of #A08DB4
Complementary color
Monochromatic Colors of #A08DB4
Black with #A08DB4
Text Example
Text Example
White with #A08DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DB4; }
p { color: rgb(160,141,180); }
H1.HeaderClassName
{
color: #A08DB4;
}
.AnyTagClassName
{
color: #A08DB4;
}
</style>
background-color css
<style>
a { background-color: #A08DB4; }
a { background-color: rgb(160,141,180); }
div.DivClassName
{
background-color: #A08DB4;
}
.BgClassName
{
background-color: #A08DB4;
}
</style>
border-color css
<style>
span { border-color: #A08DB4; }
span { border-color: rgb(160,141,180); }
td.TdClassName
{
border-color: #A08DB4;
}
.TagClassName
{
border-color: #A08DB4;
}
</style>