Shades of Biloba Flower #A985E4
Tints of Biloba Flower #A985E4
RGB
CMYK
RGB Variations
Color information
#A985E4 (or 0xA985E4) is known color: Biloba Flower. HEX triplet: A9, 85 and E4. RGB value is (169,133,228). Sum of RGB (Red+Green+Blue) = 169+133+228=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #A985E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985E4 is #567A1B. Grayscale: #9A9A9A. Windows color (decimal): -5667356 or 14976425. OLE color: 14976425.
HSL color Cylindrical-coordinate representation of color #A985E4: hue angle of 262.74º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A985E4 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 133 | 228 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.11 |
| HSL | 262.74º | 0.64% | 0.71% | - |
| HSV(B) | 262.74º | 0.42% | 0.89% | - |
| XYZ | 38.75 | 30.81 | 77.3 | - |
| YUV | 154.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 228 | 0.26 | 0.42 | 0 | 0.11 | 262.74 | 0.64 | 0.71 |
| Hex | A9 | 85 | E4 | 1A | 2A | 0 | B | 107 | 40 | 47 |
| Octal | 251 | 205 | 344 | 32 | 52 | 0 | 13 | 407 | 100 | 107 |
| Binary | 10101001 | 10000101 | 11100100 | 11010 | 101010 | 0 | 1011 | 100000111 | 1000000 | 1000111 |
Color Harmonies of #A985E4
Complementary color
Monochromatic Colors of #A985E4
Black with #A985E4
Text Example
Text Example
White with #A985E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985E4; }
p { color: rgb(169,133,228); }
H1.HeaderClassName
{
color: #A985E4;
}
.AnyTagClassName
{
color: #A985E4;
}
</style>
background-color css
<style>
a { background-color: #A985E4; }
a { background-color: rgb(169,133,228); }
div.DivClassName
{
background-color: #A985E4;
}
.BgClassName
{
background-color: #A985E4;
}
</style>
border-color css
<style>
span { border-color: #A985E4; }
span { border-color: rgb(169,133,228); }
td.TdClassName
{
border-color: #A985E4;
}
.TagClassName
{
border-color: #A985E4;
}
</style>