Shades of Biloba Flower #A888EE
Tints of Biloba Flower #A888EE
RGB
CMYK
RGB Variations
Color information
#A888EE (or 0xA888EE) is known color: Biloba Flower. HEX triplet: A8, 88 and EE. RGB value is (168,136,238). Sum of RGB (Red+Green+Blue) = 168+136+238=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A888EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888EE is #577711. Grayscale: #9C9C9C. Windows color (decimal): -5732114 or 15632552. OLE color: 15632552.
HSL color Cylindrical-coordinate representation of color #A888EE: hue angle of 258.82º degrees, saturation: 0.75, 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 #A888EE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 136 | 238 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.07 |
| HSL | 258.82º | 0.75% | 0.73% | - |
| HSV(B) | 258.82º | 0.43% | 0.93% | - |
| XYZ | 40.39 | 32.11 | 84.96 | - |
| YUV | 157.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 238 | 0.29 | 0.43 | 0 | 0.07 | 258.82 | 0.75 | 0.73 |
| Hex | A8 | 88 | EE | 1D | 2B | 0 | 7 | 103 | 4B | 49 |
| Octal | 250 | 210 | 356 | 35 | 53 | 0 | 7 | 403 | 113 | 111 |
| Binary | 10101000 | 10001000 | 11101110 | 11101 | 101011 | 0 | 111 | 100000011 | 1001011 | 1001001 |
Color Harmonies of #A888EE
Complementary color
Monochromatic Colors of #A888EE
Black with #A888EE
Text Example
Text Example
White with #A888EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888EE; }
p { color: rgb(168,136,238); }
H1.HeaderClassName
{
color: #A888EE;
}
.AnyTagClassName
{
color: #A888EE;
}
</style>
background-color css
<style>
a { background-color: #A888EE; }
a { background-color: rgb(168,136,238); }
div.DivClassName
{
background-color: #A888EE;
}
.BgClassName
{
background-color: #A888EE;
}
</style>
border-color css
<style>
span { border-color: #A888EE; }
span { border-color: rgb(168,136,238); }
td.TdClassName
{
border-color: #A888EE;
}
.TagClassName
{
border-color: #A888EE;
}
</style>