Shades of Biloba Flower #A885EE
Tints of Biloba Flower #A885EE
RGB
CMYK
RGB Variations
Color information
#A885EE (or 0xA885EE) is known color: Biloba Flower. HEX triplet: A8, 85 and EE. RGB value is (168,133,238). Sum of RGB (Red+Green+Blue) = 168+133+238=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #A885EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885EE is #577A11. Grayscale: #9B9B9B. Windows color (decimal): -5732882 or 15631784. OLE color: 15631784.
HSL color Cylindrical-coordinate representation of color #A885EE: hue angle of 260º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A885EE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 133 | 238 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.07 |
| HSL | 260º | 0.76% | 0.73% | - |
| HSV(B) | 260º | 0.44% | 0.93% | - |
| XYZ | 39.97 | 31.27 | 84.82 | - |
| YUV | 155.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 238 | 0.29 | 0.44 | 0 | 0.07 | 260 | 0.76 | 0.73 |
| Hex | A8 | 85 | EE | 1D | 2C | 0 | 7 | 104 | 4C | 49 |
| Octal | 250 | 205 | 356 | 35 | 54 | 0 | 7 | 404 | 114 | 111 |
| Binary | 10101000 | 10000101 | 11101110 | 11101 | 101100 | 0 | 111 | 100000100 | 1001100 | 1001001 |
Color Harmonies of #A885EE
Complementary color
Monochromatic Colors of #A885EE
Black with #A885EE
Text Example
Text Example
White with #A885EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885EE; }
p { color: rgb(168,133,238); }
H1.HeaderClassName
{
color: #A885EE;
}
.AnyTagClassName
{
color: #A885EE;
}
</style>
background-color css
<style>
a { background-color: #A885EE; }
a { background-color: rgb(168,133,238); }
div.DivClassName
{
background-color: #A885EE;
}
.BgClassName
{
background-color: #A885EE;
}
</style>
border-color css
<style>
span { border-color: #A885EE; }
span { border-color: rgb(168,133,238); }
td.TdClassName
{
border-color: #A885EE;
}
.TagClassName
{
border-color: #A885EE;
}
</style>