Shades of Biloba Flower #A388E9
Tints of Biloba Flower #A388E9
RGB
CMYK
RGB Variations
Color information
#A388E9 (or 0xA388E9) is known color: Biloba Flower. HEX triplet: A3, 88 and E9. RGB value is (163,136,233). Sum of RGB (Red+Green+Blue) = 163+136+233=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A388E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388E9 is #5C7716. Grayscale: #9A9A9A. Windows color (decimal): -6059799 or 15304867. OLE color: 15304867.
HSL color Cylindrical-coordinate representation of color #A388E9: hue angle of 256.7º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A388E9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 136 | 233 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.09 |
| HSL | 256.7º | 0.69% | 0.72% | - |
| HSV(B) | 256.7º | 0.42% | 0.91% | - |
| XYZ | 38.62 | 31.28 | 81.09 | - |
| YUV | 155.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 233 | 0.30 | 0.42 | 0 | 0.09 | 256.7 | 0.69 | 0.72 |
| Hex | A3 | 88 | E9 | 1E | 2A | 0 | 9 | 101 | 45 | 48 |
| Octal | 243 | 210 | 351 | 36 | 52 | 0 | 11 | 401 | 105 | 110 |
| Binary | 10100011 | 10001000 | 11101001 | 11110 | 101010 | 0 | 1001 | 100000001 | 1000101 | 1001000 |
Color Harmonies of #A388E9
Complementary color
Monochromatic Colors of #A388E9
Black with #A388E9
Text Example
Text Example
White with #A388E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388E9; }
p { color: rgb(163,136,233); }
H1.HeaderClassName
{
color: #A388E9;
}
.AnyTagClassName
{
color: #A388E9;
}
</style>
background-color css
<style>
a { background-color: #A388E9; }
a { background-color: rgb(163,136,233); }
div.DivClassName
{
background-color: #A388E9;
}
.BgClassName
{
background-color: #A388E9;
}
</style>
border-color css
<style>
span { border-color: #A388E9; }
span { border-color: rgb(163,136,233); }
td.TdClassName
{
border-color: #A388E9;
}
.TagClassName
{
border-color: #A388E9;
}
</style>