Shades of Biloba Flower #A38FF0
Tints of Biloba Flower #A38FF0
RGB
CMYK
RGB Variations
Color information
#A38FF0 (or 0xA38FF0) is known color: Biloba Flower. HEX triplet: A3, 8F and F0. RGB value is (163,143,240). Sum of RGB (Red+Green+Blue) = 163+143+240=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #A38FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FF0 is #5C700F. Grayscale: #9F9F9F. Windows color (decimal): -6058000 or 15765411. OLE color: 15765411.
HSL color Cylindrical-coordinate representation of color #A38FF0: hue angle of 252.37º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38FF0 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 143 | 240 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.06 |
| HSL | 252.37º | 0.76% | 0.75% | - |
| HSV(B) | 252.37º | 0.4% | 0.94% | - |
| XYZ | 40.65 | 33.72 | 86.8 | - |
| YUV | 160.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 240 | 0.32 | 0.40 | 0 | 0.06 | 252.37 | 0.76 | 0.75 |
| Hex | A3 | 8F | F0 | 20 | 28 | 0 | 6 | FC | 4C | 4B |
| Octal | 243 | 217 | 360 | 40 | 50 | 0 | 6 | 374 | 114 | 113 |
| Binary | 10100011 | 10001111 | 11110000 | 100000 | 101000 | 0 | 110 | 11111100 | 1001100 | 1001011 |
Color Harmonies of #A38FF0
Complementary color
Monochromatic Colors of #A38FF0
Black with #A38FF0
Text Example
Text Example
White with #A38FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FF0; }
p { color: rgb(163,143,240); }
H1.HeaderClassName
{
color: #A38FF0;
}
.AnyTagClassName
{
color: #A38FF0;
}
</style>
background-color css
<style>
a { background-color: #A38FF0; }
a { background-color: rgb(163,143,240); }
div.DivClassName
{
background-color: #A38FF0;
}
.BgClassName
{
background-color: #A38FF0;
}
</style>
border-color css
<style>
span { border-color: #A38FF0; }
span { border-color: rgb(163,143,240); }
td.TdClassName
{
border-color: #A38FF0;
}
.TagClassName
{
border-color: #A38FF0;
}
</style>