Shades of Cold Purple #A08ABB
Tints of Cold Purple #A08ABB
RGB
CMYK
RGB Variations
Color information
#A08ABB (or 0xA08ABB) is known color: Cold Purple. HEX triplet: A0, 8A and BB. RGB value is (160,138,187). Sum of RGB (Red+Green+Blue) = 160+138+187=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #A08ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABB is #5F7544. Grayscale: #959595. Windows color (decimal): -6255941 or 12290720. OLE color: 12290720.
HSL color Cylindrical-coordinate representation of color #A08ABB: hue angle of 266.94º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08ABB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 138 | 187 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.27 |
| HSL | 266.94º | 0.26% | 0.64% | - |
| HSV(B) | 266.94º | 0.26% | 0.73% | - |
| XYZ | 32.56 | 29.24 | 50.94 | - |
| YUV | 150.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 187 | 0.14 | 0.26 | 0 | 0.27 | 266.94 | 0.26 | 0.64 |
| Hex | A0 | 8A | BB | E | 1A | 0 | 1B | 10B | 1A | 40 |
| Octal | 240 | 212 | 273 | 16 | 32 | 0 | 33 | 413 | 32 | 100 |
| Binary | 10100000 | 10001010 | 10111011 | 1110 | 11010 | 0 | 11011 | 100001011 | 11010 | 1000000 |
Color Harmonies of #A08ABB
Complementary color
Monochromatic Colors of #A08ABB
Black with #A08ABB
Text Example
Text Example
White with #A08ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ABB; }
p { color: rgb(160,138,187); }
H1.HeaderClassName
{
color: #A08ABB;
}
.AnyTagClassName
{
color: #A08ABB;
}
</style>
background-color css
<style>
a { background-color: #A08ABB; }
a { background-color: rgb(160,138,187); }
div.DivClassName
{
background-color: #A08ABB;
}
.BgClassName
{
background-color: #A08ABB;
}
</style>
border-color css
<style>
span { border-color: #A08ABB; }
span { border-color: rgb(160,138,187); }
td.TdClassName
{
border-color: #A08ABB;
}
.TagClassName
{
border-color: #A08ABB;
}
</style>