Shades of Cold Purple #A08ABE
Tints of Cold Purple #A08ABE
RGB
CMYK
RGB Variations
Color information
#A08ABE (or 0xA08ABE) is known color: Cold Purple. HEX triplet: A0, 8A and BE. RGB value is (160,138,190). Sum of RGB (Red+Green+Blue) = 160+138+190=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABE is #5F7541. Grayscale: #969696. Windows color (decimal): -6255938 or 12487328. OLE color: 12487328.
HSL color Cylindrical-coordinate representation of color #A08ABE: hue angle of 265.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08ABE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 138 | 190 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.25 |
| HSL | 265.38º | 0.29% | 0.64% | - |
| HSV(B) | 265.38º | 0.27% | 0.75% | - |
| XYZ | 32.88 | 29.37 | 52.65 | - |
| YUV | 150.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 190 | 0.16 | 0.27 | 0 | 0.25 | 265.38 | 0.29 | 0.64 |
| Hex | A0 | 8A | BE | 10 | 1B | 0 | 19 | 109 | 1D | 40 |
| Octal | 240 | 212 | 276 | 20 | 33 | 0 | 31 | 411 | 35 | 100 |
| Binary | 10100000 | 10001010 | 10111110 | 10000 | 11011 | 0 | 11001 | 100001001 | 11101 | 1000000 |
Color Harmonies of #A08ABE
Complementary color
Monochromatic Colors of #A08ABE
Black with #A08ABE
Text Example
Text Example
White with #A08ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ABE; }
p { color: rgb(160,138,190); }
H1.HeaderClassName
{
color: #A08ABE;
}
.AnyTagClassName
{
color: #A08ABE;
}
</style>
background-color css
<style>
a { background-color: #A08ABE; }
a { background-color: rgb(160,138,190); }
div.DivClassName
{
background-color: #A08ABE;
}
.BgClassName
{
background-color: #A08ABE;
}
</style>
border-color css
<style>
span { border-color: #A08ABE; }
span { border-color: rgb(160,138,190); }
td.TdClassName
{
border-color: #A08ABE;
}
.TagClassName
{
border-color: #A08ABE;
}
</style>