Shades of Biloba Flower #A38EEF
Tints of Biloba Flower #A38EEF
RGB
CMYK
RGB Variations
Color information
#A38EEF (or 0xA38EEF) is known color: Biloba Flower. HEX triplet: A3, 8E and EF. RGB value is (163,142,239). Sum of RGB (Red+Green+Blue) = 163+142+239=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #A38EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EEF is #5C7110. Grayscale: #9E9E9E. Windows color (decimal): -6058257 or 15699619. OLE color: 15699619.
HSL color Cylindrical-coordinate representation of color #A38EEF: hue angle of 252.99º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38EEF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 142 | 239 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.06 |
| HSL | 252.99º | 0.75% | 0.75% | - |
| HSV(B) | 252.99º | 0.41% | 0.94% | - |
| XYZ | 40.36 | 33.36 | 85.97 | - |
| YUV | 159.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 239 | 0.32 | 0.41 | 0 | 0.06 | 252.99 | 0.75 | 0.75 |
| Hex | A3 | 8E | EF | 20 | 29 | 0 | 6 | FD | 4B | 4B |
| Octal | 243 | 216 | 357 | 40 | 51 | 0 | 6 | 375 | 113 | 113 |
| Binary | 10100011 | 10001110 | 11101111 | 100000 | 101001 | 0 | 110 | 11111101 | 1001011 | 1001011 |
Color Harmonies of #A38EEF
Complementary color
Monochromatic Colors of #A38EEF
Black with #A38EEF
Text Example
Text Example
White with #A38EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38EEF; }
p { color: rgb(163,142,239); }
H1.HeaderClassName
{
color: #A38EEF;
}
.AnyTagClassName
{
color: #A38EEF;
}
</style>
background-color css
<style>
a { background-color: #A38EEF; }
a { background-color: rgb(163,142,239); }
div.DivClassName
{
background-color: #A38EEF;
}
.BgClassName
{
background-color: #A38EEF;
}
</style>
border-color css
<style>
span { border-color: #A38EEF; }
span { border-color: rgb(163,142,239); }
td.TdClassName
{
border-color: #A38EEF;
}
.TagClassName
{
border-color: #A38EEF;
}
</style>