Shades of Biloba Flower #A88AF0
Tints of Biloba Flower #A88AF0
RGB
CMYK
RGB Variations
Color information
#A88AF0 (or 0xA88AF0) is known color: Biloba Flower. HEX triplet: A8, 8A and F0. RGB value is (168,138,240). Sum of RGB (Red+Green+Blue) = 168+138+240=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #A88AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AF0 is #57750F. Grayscale: #9E9E9E. Windows color (decimal): -5731600 or 15764136. OLE color: 15764136.
HSL color Cylindrical-coordinate representation of color #A88AF0: hue angle of 257.65º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88AF0 is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 138 | 240 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.06 |
| HSL | 257.65º | 0.77% | 0.74% | - |
| HSV(B) | 257.65º | 0.43% | 0.94% | - |
| XYZ | 40.97 | 32.79 | 86.61 | - |
| YUV | 158.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 240 | 0.3 | 0.42 | 0 | 0.06 | 257.65 | 0.77 | 0.74 |
| Hex | A8 | 8A | F0 | 1E | 2A | 0 | 6 | 102 | 4D | 4A |
| Octal | 250 | 212 | 360 | 36 | 52 | 0 | 6 | 402 | 115 | 112 |
| Binary | 10101000 | 10001010 | 11110000 | 11110 | 101010 | 0 | 110 | 100000010 | 1001101 | 1001010 |
Color Harmonies of #A88AF0
Complementary color
Monochromatic Colors of #A88AF0
Black with #A88AF0
Text Example
Text Example
White with #A88AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AF0; }
p { color: rgb(168,138,240); }
H1.HeaderClassName
{
color: #A88AF0;
}
.AnyTagClassName
{
color: #A88AF0;
}
</style>
background-color css
<style>
a { background-color: #A88AF0; }
a { background-color: rgb(168,138,240); }
div.DivClassName
{
background-color: #A88AF0;
}
.BgClassName
{
background-color: #A88AF0;
}
</style>
border-color css
<style>
span { border-color: #A88AF0; }
span { border-color: rgb(168,138,240); }
td.TdClassName
{
border-color: #A88AF0;
}
.TagClassName
{
border-color: #A88AF0;
}
</style>