Shades of Biloba Flower #A88AEF
Tints of Biloba Flower #A88AEF
RGB
CMYK
RGB Variations
Color information
#A88AEF (or 0xA88AEF) is known color: Biloba Flower. HEX triplet: A8, 8A and EF. RGB value is (168,138,239). Sum of RGB (Red+Green+Blue) = 168+138+239=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #A88AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AEF is #577510. Grayscale: #9E9E9E. Windows color (decimal): -5731601 or 15698600. OLE color: 15698600.
HSL color Cylindrical-coordinate representation of color #A88AEF: hue angle of 257.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88AEF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 138 | 239 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.06 |
| HSL | 257.82º | 0.76% | 0.74% | - |
| HSV(B) | 257.82º | 0.42% | 0.94% | - |
| XYZ | 40.82 | 32.73 | 85.83 | - |
| YUV | 158.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 239 | 0.30 | 0.42 | 0 | 0.06 | 257.82 | 0.76 | 0.74 |
| Hex | A8 | 8A | EF | 1E | 2A | 0 | 6 | 102 | 4C | 4A |
| Octal | 250 | 212 | 357 | 36 | 52 | 0 | 6 | 402 | 114 | 112 |
| Binary | 10101000 | 10001010 | 11101111 | 11110 | 101010 | 0 | 110 | 100000010 | 1001100 | 1001010 |
Color Harmonies of #A88AEF
Complementary color
Monochromatic Colors of #A88AEF
Black with #A88AEF
Text Example
Text Example
White with #A88AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AEF; }
p { color: rgb(168,138,239); }
H1.HeaderClassName
{
color: #A88AEF;
}
.AnyTagClassName
{
color: #A88AEF;
}
</style>
background-color css
<style>
a { background-color: #A88AEF; }
a { background-color: rgb(168,138,239); }
div.DivClassName
{
background-color: #A88AEF;
}
.BgClassName
{
background-color: #A88AEF;
}
</style>
border-color css
<style>
span { border-color: #A88AEF; }
span { border-color: rgb(168,138,239); }
td.TdClassName
{
border-color: #A88AEF;
}
.TagClassName
{
border-color: #A88AEF;
}
</style>