Shades of Cold Purple #A08BCB
Tints of Cold Purple #A08BCB
RGB
CMYK
RGB Variations
Color information
#A08BCB (or 0xA08BCB) is known color: Cold Purple. HEX triplet: A0, 8B and CB. RGB value is (160,139,203). Sum of RGB (Red+Green+Blue) = 160+139+203=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCB is #5F7434. Grayscale: #989898. Windows color (decimal): -6255669 or 13339552. OLE color: 13339552.
HSL color Cylindrical-coordinate representation of color #A08BCB: hue angle of 259.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08BCB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 139 | 203 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 259.69º | 0.38% | 0.67% | - |
| HSV(B) | 259.69º | 0.32% | 0.8% | - |
| XYZ | 34.51 | 30.25 | 60.52 | - |
| YUV | 152.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 203 | 0.21 | 0.32 | 0 | 0.20 | 259.69 | 0.38 | 0.67 |
| Hex | A0 | 8B | CB | 15 | 20 | 0 | 14 | 104 | 26 | 43 |
| Octal | 240 | 213 | 313 | 25 | 40 | 0 | 24 | 404 | 46 | 103 |
| Binary | 10100000 | 10001011 | 11001011 | 10101 | 100000 | 0 | 10100 | 100000100 | 100110 | 1000011 |
Color Harmonies of #A08BCB
Complementary color
Monochromatic Colors of #A08BCB
Black with #A08BCB
Text Example
Text Example
White with #A08BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BCB; }
p { color: rgb(160,139,203); }
H1.HeaderClassName
{
color: #A08BCB;
}
.AnyTagClassName
{
color: #A08BCB;
}
</style>
background-color css
<style>
a { background-color: #A08BCB; }
a { background-color: rgb(160,139,203); }
div.DivClassName
{
background-color: #A08BCB;
}
.BgClassName
{
background-color: #A08BCB;
}
</style>
border-color css
<style>
span { border-color: #A08BCB; }
span { border-color: rgb(160,139,203); }
td.TdClassName
{
border-color: #A08BCB;
}
.TagClassName
{
border-color: #A08BCB;
}
</style>