Shades of Biloba Flower #A785E4
Tints of Biloba Flower #A785E4
RGB
CMYK
RGB Variations
Color information
#A785E4 (or 0xA785E4) is known color: Biloba Flower. HEX triplet: A7, 85 and E4. RGB value is (167,133,228). Sum of RGB (Red+Green+Blue) = 167+133+228=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A785E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785E4 is #587A1B. Grayscale: #999999. Windows color (decimal): -5798428 or 14976423. OLE color: 14976423.
HSL color Cylindrical-coordinate representation of color #A785E4: hue angle of 261.47º 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 #A785E4 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 133 | 228 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.11 |
| HSL | 261.47º | 0.64% | 0.71% | - |
| HSV(B) | 261.47º | 0.42% | 0.89% | - |
| XYZ | 38.33 | 30.59 | 77.28 | - |
| YUV | 154 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 228 | 0.27 | 0.42 | 0 | 0.11 | 261.47 | 0.64 | 0.71 |
| Hex | A7 | 85 | E4 | 1B | 2A | 0 | B | 105 | 40 | 47 |
| Octal | 247 | 205 | 344 | 33 | 52 | 0 | 13 | 405 | 100 | 107 |
| Binary | 10100111 | 10000101 | 11100100 | 11011 | 101010 | 0 | 1011 | 100000101 | 1000000 | 1000111 |
Color Harmonies of #A785E4
Complementary color
Monochromatic Colors of #A785E4
Black with #A785E4
Text Example
Text Example
White with #A785E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785E4; }
p { color: rgb(167,133,228); }
H1.HeaderClassName
{
color: #A785E4;
}
.AnyTagClassName
{
color: #A785E4;
}
</style>
background-color css
<style>
a { background-color: #A785E4; }
a { background-color: rgb(167,133,228); }
div.DivClassName
{
background-color: #A785E4;
}
.BgClassName
{
background-color: #A785E4;
}
</style>
border-color css
<style>
span { border-color: #A785E4; }
span { border-color: rgb(167,133,228); }
td.TdClassName
{
border-color: #A785E4;
}
.TagClassName
{
border-color: #A785E4;
}
</style>