Shades of Biloba Flower #A88CF2
Tints of Biloba Flower #A88CF2
RGB
CMYK
RGB Variations
Color information
#A88CF2 (or 0xA88CF2) is known color: Biloba Flower. HEX triplet: A8, 8C and F2. RGB value is (168,140,242). Sum of RGB (Red+Green+Blue) = 168+140+242=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A88CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CF2 is #57730D. Grayscale: #9F9F9F. Windows color (decimal): -5731086 or 15895720. OLE color: 15895720.
HSL color Cylindrical-coordinate representation of color #A88CF2: hue angle of 256.47º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88CF2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 140 | 242 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.05 |
| HSL | 256.47º | 0.8% | 0.75% | - |
| HSV(B) | 256.47º | 0.42% | 0.95% | - |
| XYZ | 41.55 | 33.49 | 88.28 | - |
| YUV | 160 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 242 | 0.31 | 0.42 | 0 | 0.05 | 256.47 | 0.8 | 0.75 |
| Hex | A8 | 8C | F2 | 1F | 2A | 0 | 5 | 100 | 50 | 4B |
| Octal | 250 | 214 | 362 | 37 | 52 | 0 | 5 | 400 | 120 | 113 |
| Binary | 10101000 | 10001100 | 11110010 | 11111 | 101010 | 0 | 101 | 100000000 | 1010000 | 1001011 |
Color Harmonies of #A88CF2
Complementary color
Monochromatic Colors of #A88CF2
Black with #A88CF2
Text Example
Text Example
White with #A88CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CF2; }
p { color: rgb(168,140,242); }
H1.HeaderClassName
{
color: #A88CF2;
}
.AnyTagClassName
{
color: #A88CF2;
}
</style>
background-color css
<style>
a { background-color: #A88CF2; }
a { background-color: rgb(168,140,242); }
div.DivClassName
{
background-color: #A88CF2;
}
.BgClassName
{
background-color: #A88CF2;
}
</style>
border-color css
<style>
span { border-color: #A88CF2; }
span { border-color: rgb(168,140,242); }
td.TdClassName
{
border-color: #A88CF2;
}
.TagClassName
{
border-color: #A88CF2;
}
</style>