Shades of Biloba Flower #A88BCC
Tints of Biloba Flower #A88BCC
RGB
CMYK
RGB Variations
Color information
#A88BCC (or 0xA88BCC) is known color: Biloba Flower. HEX triplet: A8, 8B and CC. RGB value is (168,139,204). Sum of RGB (Red+Green+Blue) = 168+139+204=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BCC is #577433. Grayscale: #9A9A9A. Windows color (decimal): -5731380 or 13405096. OLE color: 13405096.
HSL color Cylindrical-coordinate representation of color #A88BCC: hue angle of 266.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88BCC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 139 | 204 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.2 |
| HSL | 266.77º | 0.39% | 0.67% | - |
| HSV(B) | 266.77º | 0.32% | 0.8% | - |
| XYZ | 36.28 | 31.15 | 61.23 | - |
| YUV | 155.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 204 | 0.18 | 0.32 | 0 | 0.2 | 266.77 | 0.39 | 0.67 |
| Hex | A8 | 8B | CC | 12 | 20 | 0 | 14 | 10B | 27 | 43 |
| Octal | 250 | 213 | 314 | 22 | 40 | 0 | 24 | 413 | 47 | 103 |
| Binary | 10101000 | 10001011 | 11001100 | 10010 | 100000 | 0 | 10100 | 100001011 | 100111 | 1000011 |
Color Harmonies of #A88BCC
Complementary color
Monochromatic Colors of #A88BCC
Black with #A88BCC
Text Example
Text Example
White with #A88BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BCC; }
p { color: rgb(168,139,204); }
H1.HeaderClassName
{
color: #A88BCC;
}
.AnyTagClassName
{
color: #A88BCC;
}
</style>
background-color css
<style>
a { background-color: #A88BCC; }
a { background-color: rgb(168,139,204); }
div.DivClassName
{
background-color: #A88BCC;
}
.BgClassName
{
background-color: #A88BCC;
}
</style>
border-color css
<style>
span { border-color: #A88BCC; }
span { border-color: rgb(168,139,204); }
td.TdClassName
{
border-color: #A88BCC;
}
.TagClassName
{
border-color: #A88BCC;
}
</style>