Shades of Biloba Flower #A885E6
Tints of Biloba Flower #A885E6
RGB
CMYK
RGB Variations
Color information
#A885E6 (or 0xA885E6) is known color: Biloba Flower. HEX triplet: A8, 85 and E6. RGB value is (168,133,230). Sum of RGB (Red+Green+Blue) = 168+133+230=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A885E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885E6 is #577A19. Grayscale: #9A9A9A. Windows color (decimal): -5732890 or 15107496. OLE color: 15107496.
HSL color Cylindrical-coordinate representation of color #A885E6: hue angle of 261.65º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A885E6 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 133 | 230 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.10 |
| HSL | 261.65º | 0.66% | 0.71% | - |
| HSV(B) | 261.65º | 0.42% | 0.9% | - |
| XYZ | 38.82 | 30.81 | 78.76 | - |
| YUV | 154.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 230 | 0.27 | 0.42 | 0 | 0.10 | 261.65 | 0.66 | 0.71 |
| Hex | A8 | 85 | E6 | 1B | 2A | 0 | A | 106 | 42 | 47 |
| Octal | 250 | 205 | 346 | 33 | 52 | 0 | 12 | 406 | 102 | 107 |
| Binary | 10101000 | 10000101 | 11100110 | 11011 | 101010 | 0 | 1010 | 100000110 | 1000010 | 1000111 |
Color Harmonies of #A885E6
Complementary color
Monochromatic Colors of #A885E6
Black with #A885E6
Text Example
Text Example
White with #A885E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885E6; }
p { color: rgb(168,133,230); }
H1.HeaderClassName
{
color: #A885E6;
}
.AnyTagClassName
{
color: #A885E6;
}
</style>
background-color css
<style>
a { background-color: #A885E6; }
a { background-color: rgb(168,133,230); }
div.DivClassName
{
background-color: #A885E6;
}
.BgClassName
{
background-color: #A885E6;
}
</style>
border-color css
<style>
span { border-color: #A885E6; }
span { border-color: rgb(168,133,230); }
td.TdClassName
{
border-color: #A885E6;
}
.TagClassName
{
border-color: #A885E6;
}
</style>