Shades of Cold Purple #A08BD2
Tints of Cold Purple #A08BD2
RGB
CMYK
RGB Variations
Color information
#A08BD2 (or 0xA08BD2) is known color: Cold Purple. HEX triplet: A0, 8B and D2. RGB value is (160,139,210). Sum of RGB (Red+Green+Blue) = 160+139+210=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #A08BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BD2 is #5F742D. Grayscale: #999999. Windows color (decimal): -6255662 or 13798304. OLE color: 13798304.
HSL color Cylindrical-coordinate representation of color #A08BD2: hue angle of 257.75º degrees, saturation: 0.44, 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 #A08BD2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 139 | 210 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.18 |
| HSL | 257.75º | 0.44% | 0.68% | - |
| HSV(B) | 257.75º | 0.34% | 0.82% | - |
| XYZ | 35.36 | 30.59 | 65.01 | - |
| YUV | 153.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 210 | 0.24 | 0.34 | 0 | 0.18 | 257.75 | 0.44 | 0.68 |
| Hex | A0 | 8B | D2 | 18 | 22 | 0 | 12 | 102 | 2C | 44 |
| Octal | 240 | 213 | 322 | 30 | 42 | 0 | 22 | 402 | 54 | 104 |
| Binary | 10100000 | 10001011 | 11010010 | 11000 | 100010 | 0 | 10010 | 100000010 | 101100 | 1000100 |
Color Harmonies of #A08BD2
Complementary color
Monochromatic Colors of #A08BD2
Black with #A08BD2
Text Example
Text Example
White with #A08BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BD2; }
p { color: rgb(160,139,210); }
H1.HeaderClassName
{
color: #A08BD2;
}
.AnyTagClassName
{
color: #A08BD2;
}
</style>
background-color css
<style>
a { background-color: #A08BD2; }
a { background-color: rgb(160,139,210); }
div.DivClassName
{
background-color: #A08BD2;
}
.BgClassName
{
background-color: #A08BD2;
}
</style>
border-color css
<style>
span { border-color: #A08BD2; }
span { border-color: rgb(160,139,210); }
td.TdClassName
{
border-color: #A08BD2;
}
.TagClassName
{
border-color: #A08BD2;
}
</style>