Shades of Biloba Flower #A384DB
Tints of Biloba Flower #A384DB
RGB
CMYK
RGB Variations
Color information
#A384DB (or 0xA384DB) is known color: Biloba Flower. HEX triplet: A3, 84 and DB. RGB value is (163,132,219). Sum of RGB (Red+Green+Blue) = 163+132+219=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A384DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384DB is #5C7B24. Grayscale: #969696. Windows color (decimal): -6060837 or 14386339. OLE color: 14386339.
HSL color Cylindrical-coordinate representation of color #A384DB: hue angle of 261.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A384DB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 132 | 219 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.14 |
| HSL | 261.38º | 0.55% | 0.69% | - |
| HSV(B) | 261.38º | 0.4% | 0.86% | - |
| XYZ | 36.14 | 29.4 | 70.79 | - |
| YUV | 151.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 219 | 0.26 | 0.40 | 0 | 0.14 | 261.38 | 0.55 | 0.69 |
| Hex | A3 | 84 | DB | 1A | 28 | 0 | E | 105 | 37 | 45 |
| Octal | 243 | 204 | 333 | 32 | 50 | 0 | 16 | 405 | 67 | 105 |
| Binary | 10100011 | 10000100 | 11011011 | 11010 | 101000 | 0 | 1110 | 100000101 | 110111 | 1000101 |
Color Harmonies of #A384DB
Complementary color
Monochromatic Colors of #A384DB
Black with #A384DB
Text Example
Text Example
White with #A384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384DB; }
p { color: rgb(163,132,219); }
H1.HeaderClassName
{
color: #A384DB;
}
.AnyTagClassName
{
color: #A384DB;
}
</style>
background-color css
<style>
a { background-color: #A384DB; }
a { background-color: rgb(163,132,219); }
div.DivClassName
{
background-color: #A384DB;
}
.BgClassName
{
background-color: #A384DB;
}
</style>
border-color css
<style>
span { border-color: #A384DB; }
span { border-color: rgb(163,132,219); }
td.TdClassName
{
border-color: #A384DB;
}
.TagClassName
{
border-color: #A384DB;
}
</style>