Shades of Biloba Flower #A88CE2
Tints of Biloba Flower #A88CE2
RGB
CMYK
RGB Variations
Color information
#A88CE2 (or 0xA88CE2) is known color: Biloba Flower. HEX triplet: A8, 8C and E2. RGB value is (168,140,226). Sum of RGB (Red+Green+Blue) = 168+140+226=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A88CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CE2 is #57731D. Grayscale: #9D9D9D. Windows color (decimal): -5731102 or 14847144. OLE color: 14847144.
HSL color Cylindrical-coordinate representation of color #A88CE2: hue angle of 259.53º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88CE2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 140 | 226 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.11 |
| HSL | 259.53º | 0.6% | 0.72% | - |
| HSV(B) | 259.53º | 0.38% | 0.89% | - |
| XYZ | 39.25 | 32.57 | 76.17 | - |
| YUV | 158.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 226 | 0.26 | 0.38 | 0 | 0.11 | 259.53 | 0.6 | 0.72 |
| Hex | A8 | 8C | E2 | 1A | 26 | 0 | B | 104 | 3C | 48 |
| Octal | 250 | 214 | 342 | 32 | 46 | 0 | 13 | 404 | 74 | 110 |
| Binary | 10101000 | 10001100 | 11100010 | 11010 | 100110 | 0 | 1011 | 100000100 | 111100 | 1001000 |
Color Harmonies of #A88CE2
Complementary color
Monochromatic Colors of #A88CE2
Black with #A88CE2
Text Example
Text Example
White with #A88CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CE2; }
p { color: rgb(168,140,226); }
H1.HeaderClassName
{
color: #A88CE2;
}
.AnyTagClassName
{
color: #A88CE2;
}
</style>
background-color css
<style>
a { background-color: #A88CE2; }
a { background-color: rgb(168,140,226); }
div.DivClassName
{
background-color: #A88CE2;
}
.BgClassName
{
background-color: #A88CE2;
}
</style>
border-color css
<style>
span { border-color: #A88CE2; }
span { border-color: rgb(168,140,226); }
td.TdClassName
{
border-color: #A88CE2;
}
.TagClassName
{
border-color: #A88CE2;
}
</style>