Shades of Cold Purple #A08FBE
Tints of Cold Purple #A08FBE
RGB
CMYK
RGB Variations
Color information
#A08FBE (or 0xA08FBE) is known color: Cold Purple. HEX triplet: A0, 8F and BE. RGB value is (160,143,190). Sum of RGB (Red+Green+Blue) = 160+143+190=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FBE is #5F7041. Grayscale: #999999. Windows color (decimal): -6254658 or 12488608. OLE color: 12488608.
HSL color Cylindrical-coordinate representation of color #A08FBE: hue angle of 261.7º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08FBE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 143 | 190 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.25 |
| HSL | 261.7º | 0.27% | 0.65% | - |
| HSV(B) | 261.7º | 0.25% | 0.75% | - |
| XYZ | 33.61 | 30.84 | 52.9 | - |
| YUV | 153.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 190 | 0.16 | 0.25 | 0 | 0.25 | 261.7 | 0.27 | 0.65 |
| Hex | A0 | 8F | BE | 10 | 19 | 0 | 19 | 106 | 1B | 41 |
| Octal | 240 | 217 | 276 | 20 | 31 | 0 | 31 | 406 | 33 | 101 |
| Binary | 10100000 | 10001111 | 10111110 | 10000 | 11001 | 0 | 11001 | 100000110 | 11011 | 1000001 |
Color Harmonies of #A08FBE
Complementary color
Monochromatic Colors of #A08FBE
Black with #A08FBE
Text Example
Text Example
White with #A08FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FBE; }
p { color: rgb(160,143,190); }
H1.HeaderClassName
{
color: #A08FBE;
}
.AnyTagClassName
{
color: #A08FBE;
}
</style>
background-color css
<style>
a { background-color: #A08FBE; }
a { background-color: rgb(160,143,190); }
div.DivClassName
{
background-color: #A08FBE;
}
.BgClassName
{
background-color: #A08FBE;
}
</style>
border-color css
<style>
span { border-color: #A08FBE; }
span { border-color: rgb(160,143,190); }
td.TdClassName
{
border-color: #A08FBE;
}
.TagClassName
{
border-color: #A08FBE;
}
</style>