Shades of Cold Purple #A08FB6
Tints of Cold Purple #A08FB6
RGB
CMYK
RGB Variations
Color information
#A08FB6 (or 0xA08FB6) is known color: Cold Purple. HEX triplet: A0, 8F and B6. RGB value is (160,143,182). Sum of RGB (Red+Green+Blue) = 160+143+182=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #A08FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FB6 is #5F7049. Grayscale: #989898. Windows color (decimal): -6254666 or 11964320. OLE color: 11964320.
HSL color Cylindrical-coordinate representation of color #A08FB6: hue angle of 266.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08FB6 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 143 | 182 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.29 |
| HSL | 266.15º | 0.21% | 0.64% | - |
| HSV(B) | 266.15º | 0.21% | 0.71% | - |
| XYZ | 32.76 | 30.5 | 48.42 | - |
| YUV | 152.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 182 | 0.12 | 0.21 | 0 | 0.29 | 266.15 | 0.21 | 0.64 |
| Hex | A0 | 8F | B6 | C | 15 | 0 | 1D | 10A | 15 | 40 |
| Octal | 240 | 217 | 266 | 14 | 25 | 0 | 35 | 412 | 25 | 100 |
| Binary | 10100000 | 10001111 | 10110110 | 1100 | 10101 | 0 | 11101 | 100001010 | 10101 | 1000000 |
Color Harmonies of #A08FB6
Complementary color
Monochromatic Colors of #A08FB6
Black with #A08FB6
Text Example
Text Example
White with #A08FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FB6; }
p { color: rgb(160,143,182); }
H1.HeaderClassName
{
color: #A08FB6;
}
.AnyTagClassName
{
color: #A08FB6;
}
</style>
background-color css
<style>
a { background-color: #A08FB6; }
a { background-color: rgb(160,143,182); }
div.DivClassName
{
background-color: #A08FB6;
}
.BgClassName
{
background-color: #A08FB6;
}
</style>
border-color css
<style>
span { border-color: #A08FB6; }
span { border-color: rgb(160,143,182); }
td.TdClassName
{
border-color: #A08FB6;
}
.TagClassName
{
border-color: #A08FB6;
}
</style>