Shades of Biloba Flower #A38FE5
Tints of Biloba Flower #A38FE5
RGB
CMYK
RGB Variations
Color information
#A38FE5 (or 0xA38FE5) is known color: Biloba Flower. HEX triplet: A3, 8F and E5. RGB value is (163,143,229). Sum of RGB (Red+Green+Blue) = 163+143+229=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #A38FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FE5 is #5C701A. Grayscale: #9E9E9E. Windows color (decimal): -6058011 or 15044515. OLE color: 15044515.
HSL color Cylindrical-coordinate representation of color #A38FE5: hue angle of 253.95º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38FE5 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 143 | 229 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.10 |
| HSL | 253.95º | 0.62% | 0.73% | - |
| HSV(B) | 253.95º | 0.38% | 0.9% | - |
| XYZ | 39.07 | 33.09 | 78.46 | - |
| YUV | 158.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 229 | 0.29 | 0.38 | 0 | 0.10 | 253.95 | 0.62 | 0.73 |
| Hex | A3 | 8F | E5 | 1D | 26 | 0 | A | FE | 3E | 49 |
| Octal | 243 | 217 | 345 | 35 | 46 | 0 | 12 | 376 | 76 | 111 |
| Binary | 10100011 | 10001111 | 11100101 | 11101 | 100110 | 0 | 1010 | 11111110 | 111110 | 1001001 |
Color Harmonies of #A38FE5
Complementary color
Monochromatic Colors of #A38FE5
Black with #A38FE5
Text Example
Text Example
White with #A38FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FE5; }
p { color: rgb(163,143,229); }
H1.HeaderClassName
{
color: #A38FE5;
}
.AnyTagClassName
{
color: #A38FE5;
}
</style>
background-color css
<style>
a { background-color: #A38FE5; }
a { background-color: rgb(163,143,229); }
div.DivClassName
{
background-color: #A38FE5;
}
.BgClassName
{
background-color: #A38FE5;
}
</style>
border-color css
<style>
span { border-color: #A38FE5; }
span { border-color: rgb(163,143,229); }
td.TdClassName
{
border-color: #A38FE5;
}
.TagClassName
{
border-color: #A38FE5;
}
</style>