Shades of Biloba Flower #A888ED
Tints of Biloba Flower #A888ED
RGB
CMYK
RGB Variations
Color information
#A888ED (or 0xA888ED) is known color: Biloba Flower. HEX triplet: A8, 88 and ED. RGB value is (168,136,237). Sum of RGB (Red+Green+Blue) = 168+136+237=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A888ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888ED is #577712. Grayscale: #9C9C9C. Windows color (decimal): -5732115 or 15567016. OLE color: 15567016.
HSL color Cylindrical-coordinate representation of color #A888ED: hue angle of 259.01º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A888ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 136 | 237 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.07 |
| HSL | 259.01º | 0.74% | 0.73% | - |
| HSV(B) | 259.01º | 0.43% | 0.93% | - |
| XYZ | 40.24 | 32.05 | 84.19 | - |
| YUV | 157.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 237 | 0.29 | 0.43 | 0 | 0.07 | 259.01 | 0.74 | 0.73 |
| Hex | A8 | 88 | ED | 1D | 2B | 0 | 7 | 103 | 4A | 49 |
| Octal | 250 | 210 | 355 | 35 | 53 | 0 | 7 | 403 | 112 | 111 |
| Binary | 10101000 | 10001000 | 11101101 | 11101 | 101011 | 0 | 111 | 100000011 | 1001010 | 1001001 |
Color Harmonies of #A888ED
Complementary color
Monochromatic Colors of #A888ED
Black with #A888ED
Text Example
Text Example
White with #A888ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888ED; }
p { color: rgb(168,136,237); }
H1.HeaderClassName
{
color: #A888ED;
}
.AnyTagClassName
{
color: #A888ED;
}
</style>
background-color css
<style>
a { background-color: #A888ED; }
a { background-color: rgb(168,136,237); }
div.DivClassName
{
background-color: #A888ED;
}
.BgClassName
{
background-color: #A888ED;
}
</style>
border-color css
<style>
span { border-color: #A888ED; }
span { border-color: rgb(168,136,237); }
td.TdClassName
{
border-color: #A888ED;
}
.TagClassName
{
border-color: #A888ED;
}
</style>