Shades of Biloba Flower #A88CDC
Tints of Biloba Flower #A88CDC
RGB
CMYK
RGB Variations
Color information
#A88CDC (or 0xA88CDC) is known color: Biloba Flower. HEX triplet: A8, 8C and DC. RGB value is (168,140,220). Sum of RGB (Red+Green+Blue) = 168+140+220=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDC is #577323. Grayscale: #9D9D9D. Windows color (decimal): -5731108 or 14453928. OLE color: 14453928.
HSL color Cylindrical-coordinate representation of color #A88CDC: hue angle of 261º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88CDC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 140 | 220 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.14 |
| HSL | 261º | 0.53% | 0.71% | - |
| HSV(B) | 261º | 0.36% | 0.86% | - |
| XYZ | 38.44 | 32.25 | 71.91 | - |
| YUV | 157.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 220 | 0.24 | 0.36 | 0 | 0.14 | 261 | 0.53 | 0.71 |
| Hex | A8 | 8C | DC | 18 | 24 | 0 | E | 105 | 35 | 47 |
| Octal | 250 | 214 | 334 | 30 | 44 | 0 | 16 | 405 | 65 | 107 |
| Binary | 10101000 | 10001100 | 11011100 | 11000 | 100100 | 0 | 1110 | 100000101 | 110101 | 1000111 |
Color Harmonies of #A88CDC
Complementary color
Monochromatic Colors of #A88CDC
Black with #A88CDC
Text Example
Text Example
White with #A88CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CDC; }
p { color: rgb(168,140,220); }
H1.HeaderClassName
{
color: #A88CDC;
}
.AnyTagClassName
{
color: #A88CDC;
}
</style>
background-color css
<style>
a { background-color: #A88CDC; }
a { background-color: rgb(168,140,220); }
div.DivClassName
{
background-color: #A88CDC;
}
.BgClassName
{
background-color: #A88CDC;
}
</style>
border-color css
<style>
span { border-color: #A88CDC; }
span { border-color: rgb(168,140,220); }
td.TdClassName
{
border-color: #A88CDC;
}
.TagClassName
{
border-color: #A88CDC;
}
</style>