Shades of Biloba Flower #A88AF1
Tints of Biloba Flower #A88AF1
RGB
CMYK
RGB Variations
Color information
#A88AF1 (or 0xA88AF1) is known color: Biloba Flower. HEX triplet: A8, 8A and F1. RGB value is (168,138,241). Sum of RGB (Red+Green+Blue) = 168+138+241=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #A88AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AF1 is #57750E. Grayscale: #9E9E9E. Windows color (decimal): -5731599 or 15829672. OLE color: 15829672.
HSL color Cylindrical-coordinate representation of color #A88AF1: hue angle of 257.48º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88AF1 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 138 | 241 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.05 |
| HSL | 257.48º | 0.79% | 0.74% | - |
| HSV(B) | 257.48º | 0.43% | 0.95% | - |
| XYZ | 41.11 | 32.85 | 87.39 | - |
| YUV | 158.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 241 | 0.30 | 0.43 | 0 | 0.05 | 257.48 | 0.79 | 0.74 |
| Hex | A8 | 8A | F1 | 1E | 2B | 0 | 5 | 101 | 4F | 4A |
| Octal | 250 | 212 | 361 | 36 | 53 | 0 | 5 | 401 | 117 | 112 |
| Binary | 10101000 | 10001010 | 11110001 | 11110 | 101011 | 0 | 101 | 100000001 | 1001111 | 1001010 |
Color Harmonies of #A88AF1
Complementary color
Monochromatic Colors of #A88AF1
Black with #A88AF1
Text Example
Text Example
White with #A88AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AF1; }
p { color: rgb(168,138,241); }
H1.HeaderClassName
{
color: #A88AF1;
}
.AnyTagClassName
{
color: #A88AF1;
}
</style>
background-color css
<style>
a { background-color: #A88AF1; }
a { background-color: rgb(168,138,241); }
div.DivClassName
{
background-color: #A88AF1;
}
.BgClassName
{
background-color: #A88AF1;
}
</style>
border-color css
<style>
span { border-color: #A88AF1; }
span { border-color: rgb(168,138,241); }
td.TdClassName
{
border-color: #A88AF1;
}
.TagClassName
{
border-color: #A88AF1;
}
</style>