Shades of Biloba Flower #A38FE8
Tints of Biloba Flower #A38FE8
RGB
CMYK
RGB Variations
Color information
#A38FE8 (or 0xA38FE8) is known color: Biloba Flower. HEX triplet: A3, 8F and E8. RGB value is (163,143,232). Sum of RGB (Red+Green+Blue) = 163+143+232=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #A38FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FE8 is #5C7017. Grayscale: #9E9E9E. Windows color (decimal): -6058008 or 15241123. OLE color: 15241123.
HSL color Cylindrical-coordinate representation of color #A38FE8: hue angle of 253.48º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38FE8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 143 | 232 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.09 |
| HSL | 253.48º | 0.66% | 0.74% | - |
| HSV(B) | 253.48º | 0.38% | 0.91% | - |
| XYZ | 39.49 | 33.26 | 80.68 | - |
| YUV | 159.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 232 | 0.30 | 0.38 | 0 | 0.09 | 253.48 | 0.66 | 0.74 |
| Hex | A3 | 8F | E8 | 1E | 26 | 0 | 9 | FD | 42 | 4A |
| Octal | 243 | 217 | 350 | 36 | 46 | 0 | 11 | 375 | 102 | 112 |
| Binary | 10100011 | 10001111 | 11101000 | 11110 | 100110 | 0 | 1001 | 11111101 | 1000010 | 1001010 |
Color Harmonies of #A38FE8
Complementary color
Monochromatic Colors of #A38FE8
Black with #A38FE8
Text Example
Text Example
White with #A38FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FE8; }
p { color: rgb(163,143,232); }
H1.HeaderClassName
{
color: #A38FE8;
}
.AnyTagClassName
{
color: #A38FE8;
}
</style>
background-color css
<style>
a { background-color: #A38FE8; }
a { background-color: rgb(163,143,232); }
div.DivClassName
{
background-color: #A38FE8;
}
.BgClassName
{
background-color: #A38FE8;
}
</style>
border-color css
<style>
span { border-color: #A38FE8; }
span { border-color: rgb(163,143,232); }
td.TdClassName
{
border-color: #A38FE8;
}
.TagClassName
{
border-color: #A38FE8;
}
</style>