Shades of Biloba Flower #A384D8
Tints of Biloba Flower #A384D8
RGB
CMYK
RGB Variations
Color information
#A384D8 (or 0xA384D8) is known color: Biloba Flower. HEX triplet: A3, 84 and D8. RGB value is (163,132,216). Sum of RGB (Red+Green+Blue) = 163+132+216=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A384D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384D8 is #5C7B27. Grayscale: #969696. Windows color (decimal): -6060840 or 14189731. OLE color: 14189731.
HSL color Cylindrical-coordinate representation of color #A384D8: hue angle of 262.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A384D8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 132 | 216 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.15 |
| HSL | 262.14º | 0.52% | 0.68% | - |
| HSV(B) | 262.14º | 0.39% | 0.85% | - |
| XYZ | 35.75 | 29.25 | 68.73 | - |
| YUV | 150.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 216 | 0.25 | 0.39 | 0 | 0.15 | 262.14 | 0.52 | 0.68 |
| Hex | A3 | 84 | D8 | 19 | 27 | 0 | F | 106 | 34 | 44 |
| Octal | 243 | 204 | 330 | 31 | 47 | 0 | 17 | 406 | 64 | 104 |
| Binary | 10100011 | 10000100 | 11011000 | 11001 | 100111 | 0 | 1111 | 100000110 | 110100 | 1000100 |
Color Harmonies of #A384D8
Complementary color
Monochromatic Colors of #A384D8
Black with #A384D8
Text Example
Text Example
White with #A384D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384D8; }
p { color: rgb(163,132,216); }
H1.HeaderClassName
{
color: #A384D8;
}
.AnyTagClassName
{
color: #A384D8;
}
</style>
background-color css
<style>
a { background-color: #A384D8; }
a { background-color: rgb(163,132,216); }
div.DivClassName
{
background-color: #A384D8;
}
.BgClassName
{
background-color: #A384D8;
}
</style>
border-color css
<style>
span { border-color: #A384D8; }
span { border-color: rgb(163,132,216); }
td.TdClassName
{
border-color: #A384D8;
}
.TagClassName
{
border-color: #A384D8;
}
</style>