Shades of Biloba Flower #A785E6
Tints of Biloba Flower #A785E6
RGB
CMYK
RGB Variations
Color information
#A785E6 (or 0xA785E6) is known color: Biloba Flower. HEX triplet: A7, 85 and E6. RGB value is (167,133,230). Sum of RGB (Red+Green+Blue) = 167+133+230=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #A785E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785E6 is #587A19. Grayscale: #999999. Windows color (decimal): -5798426 or 15107495. OLE color: 15107495.
HSL color Cylindrical-coordinate representation of color #A785E6: hue angle of 261.03º 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 #A785E6 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 133 | 230 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.10 |
| HSL | 261.03º | 0.66% | 0.71% | - |
| HSV(B) | 261.03º | 0.42% | 0.9% | - |
| XYZ | 38.61 | 30.7 | 78.75 | - |
| YUV | 154.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 230 | 0.27 | 0.42 | 0 | 0.10 | 261.03 | 0.66 | 0.71 |
| Hex | A7 | 85 | E6 | 1B | 2A | 0 | A | 105 | 42 | 47 |
| Octal | 247 | 205 | 346 | 33 | 52 | 0 | 12 | 405 | 102 | 107 |
| Binary | 10100111 | 10000101 | 11100110 | 11011 | 101010 | 0 | 1010 | 100000101 | 1000010 | 1000111 |
Color Harmonies of #A785E6
Complementary color
Monochromatic Colors of #A785E6
Black with #A785E6
Text Example
Text Example
White with #A785E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785E6; }
p { color: rgb(167,133,230); }
H1.HeaderClassName
{
color: #A785E6;
}
.AnyTagClassName
{
color: #A785E6;
}
</style>
background-color css
<style>
a { background-color: #A785E6; }
a { background-color: rgb(167,133,230); }
div.DivClassName
{
background-color: #A785E6;
}
.BgClassName
{
background-color: #A785E6;
}
</style>
border-color css
<style>
span { border-color: #A785E6; }
span { border-color: rgb(167,133,230); }
td.TdClassName
{
border-color: #A785E6;
}
.TagClassName
{
border-color: #A785E6;
}
</style>