Shades of Biloba Flower #A38BE7
Tints of Biloba Flower #A38BE7
RGB
CMYK
RGB Variations
Color information
#A38BE7 (or 0xA38BE7) is known color: Biloba Flower. HEX triplet: A3, 8B and E7. RGB value is (163,139,231). Sum of RGB (Red+Green+Blue) = 163+139+231=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #A38BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BE7 is #5C7418. Grayscale: #9C9C9C. Windows color (decimal): -6059033 or 15174563. OLE color: 15174563.
HSL color Cylindrical-coordinate representation of color #A38BE7: hue angle of 255.65º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38BE7 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 139 | 231 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.09 |
| HSL | 255.65º | 0.66% | 0.73% | - |
| HSV(B) | 255.65º | 0.4% | 0.91% | - |
| XYZ | 38.76 | 32.02 | 79.74 | - |
| YUV | 156.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 231 | 0.29 | 0.40 | 0 | 0.09 | 255.65 | 0.66 | 0.73 |
| Hex | A3 | 8B | E7 | 1D | 28 | 0 | 9 | 100 | 42 | 49 |
| Octal | 243 | 213 | 347 | 35 | 50 | 0 | 11 | 400 | 102 | 111 |
| Binary | 10100011 | 10001011 | 11100111 | 11101 | 101000 | 0 | 1001 | 100000000 | 1000010 | 1001001 |
Color Harmonies of #A38BE7
Complementary color
Monochromatic Colors of #A38BE7
Black with #A38BE7
Text Example
Text Example
White with #A38BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BE7; }
p { color: rgb(163,139,231); }
H1.HeaderClassName
{
color: #A38BE7;
}
.AnyTagClassName
{
color: #A38BE7;
}
</style>
background-color css
<style>
a { background-color: #A38BE7; }
a { background-color: rgb(163,139,231); }
div.DivClassName
{
background-color: #A38BE7;
}
.BgClassName
{
background-color: #A38BE7;
}
</style>
border-color css
<style>
span { border-color: #A38BE7; }
span { border-color: rgb(163,139,231); }
td.TdClassName
{
border-color: #A38BE7;
}
.TagClassName
{
border-color: #A38BE7;
}
</style>