Shades of Biloba Flower #A783DA
Tints of Biloba Flower #A783DA
RGB
CMYK
RGB Variations
Color information
#A783DA (or 0xA783DA) is known color: Biloba Flower. HEX triplet: A7, 83 and DA. RGB value is (167,131,218). Sum of RGB (Red+Green+Blue) = 167+131+218=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A783DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783DA is #587C25. Grayscale: #979797. Windows color (decimal): -5798950 or 14320551. OLE color: 14320551.
HSL color Cylindrical-coordinate representation of color #A783DA: hue angle of 264.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A783DA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 131 | 218 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.15 |
| HSL | 264.83º | 0.54% | 0.68% | - |
| HSV(B) | 264.83º | 0.4% | 0.85% | - |
| XYZ | 36.71 | 29.51 | 70.09 | - |
| YUV | 151.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 218 | 0.23 | 0.40 | 0 | 0.15 | 264.83 | 0.54 | 0.68 |
| Hex | A7 | 83 | DA | 17 | 28 | 0 | F | 109 | 36 | 44 |
| Octal | 247 | 203 | 332 | 27 | 50 | 0 | 17 | 411 | 66 | 104 |
| Binary | 10100111 | 10000011 | 11011010 | 10111 | 101000 | 0 | 1111 | 100001001 | 110110 | 1000100 |
Color Harmonies of #A783DA
Complementary color
Monochromatic Colors of #A783DA
Black with #A783DA
Text Example
Text Example
White with #A783DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A783DA; }
p { color: rgb(167,131,218); }
H1.HeaderClassName
{
color: #A783DA;
}
.AnyTagClassName
{
color: #A783DA;
}
</style>
background-color css
<style>
a { background-color: #A783DA; }
a { background-color: rgb(167,131,218); }
div.DivClassName
{
background-color: #A783DA;
}
.BgClassName
{
background-color: #A783DA;
}
</style>
border-color css
<style>
span { border-color: #A783DA; }
span { border-color: rgb(167,131,218); }
td.TdClassName
{
border-color: #A783DA;
}
.TagClassName
{
border-color: #A783DA;
}
</style>