Shades of Cold Purple #A08CBE
Tints of Cold Purple #A08CBE
RGB
CMYK
RGB Variations
Color information
#A08CBE (or 0xA08CBE) is known color: Cold Purple. HEX triplet: A0, 8C and BE. RGB value is (160,140,190). Sum of RGB (Red+Green+Blue) = 160+140+190=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CBE is #5F7341. Grayscale: #979797. Windows color (decimal): -6255426 or 12487840. OLE color: 12487840.
HSL color Cylindrical-coordinate representation of color #A08CBE: hue angle of 264º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08CBE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 140 | 190 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.25 |
| HSL | 264º | 0.28% | 0.65% | - |
| HSV(B) | 264º | 0.26% | 0.75% | - |
| XYZ | 33.17 | 29.95 | 52.75 | - |
| YUV | 151.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 190 | 0.16 | 0.26 | 0 | 0.25 | 264 | 0.28 | 0.65 |
| Hex | A0 | 8C | BE | 10 | 1A | 0 | 19 | 108 | 1C | 41 |
| Octal | 240 | 214 | 276 | 20 | 32 | 0 | 31 | 410 | 34 | 101 |
| Binary | 10100000 | 10001100 | 10111110 | 10000 | 11010 | 0 | 11001 | 100001000 | 11100 | 1000001 |
Color Harmonies of #A08CBE
Complementary color
Monochromatic Colors of #A08CBE
Black with #A08CBE
Text Example
Text Example
White with #A08CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CBE; }
p { color: rgb(160,140,190); }
H1.HeaderClassName
{
color: #A08CBE;
}
.AnyTagClassName
{
color: #A08CBE;
}
</style>
background-color css
<style>
a { background-color: #A08CBE; }
a { background-color: rgb(160,140,190); }
div.DivClassName
{
background-color: #A08CBE;
}
.BgClassName
{
background-color: #A08CBE;
}
</style>
border-color css
<style>
span { border-color: #A08CBE; }
span { border-color: rgb(160,140,190); }
td.TdClassName
{
border-color: #A08CBE;
}
.TagClassName
{
border-color: #A08CBE;
}
</style>