Shades of Affair #88529A
Tints of Affair #88529A
RGB
CMYK
RGB Variations
Color information
#88529A (or 0x88529A) is known color: Affair. HEX triplet: 88, 52 and 9A. RGB value is (136,82,154). Sum of RGB (Red+Green+Blue) = 136+82+154=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #88529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88529A is #77AD65. Grayscale: #6A6A6A. Windows color (decimal): -7843174 or 10113672. OLE color: 10113672.
HSL color Cylindrical-coordinate representation of color #88529A: hue angle of 285º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88529A is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 82 | 154 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.40 |
| HSL | 285º | 0.31% | 0.46% | - |
| HSV(B) | 285º | 0.47% | 0.6% | - |
| XYZ | 19 | 13.6 | 32.2 | - |
| YUV | 106.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 154 | 0.12 | 0.47 | 0 | 0.40 | 285 | 0.31 | 0.46 |
| Hex | 88 | 52 | 9A | C | 2F | 0 | 28 | 11D | 1F | 2E |
| Octal | 210 | 122 | 232 | 14 | 57 | 0 | 50 | 435 | 37 | 56 |
| Binary | 10001000 | 1010010 | 10011010 | 1100 | 101111 | 0 | 101000 | 100011101 | 11111 | 101110 |
Color Harmonies of #88529A
Complementary color
Monochromatic Colors of #88529A
Black with #88529A
Text Example
Text Example
White with #88529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88529A; }
p { color: rgb(136,82,154); }
H1.HeaderClassName
{
color: #88529A;
}
.AnyTagClassName
{
color: #88529A;
}
</style>
background-color css
<style>
a { background-color: #88529A; }
a { background-color: rgb(136,82,154); }
div.DivClassName
{
background-color: #88529A;
}
.BgClassName
{
background-color: #88529A;
}
</style>
border-color css
<style>
span { border-color: #88529A; }
span { border-color: rgb(136,82,154); }
td.TdClassName
{
border-color: #88529A;
}
.TagClassName
{
border-color: #88529A;
}
</style>