Shades of Biloba Flower #A387E5
Tints of Biloba Flower #A387E5
RGB
CMYK
RGB Variations
Color information
#A387E5 (or 0xA387E5) is known color: Biloba Flower. HEX triplet: A3, 87 and E5. RGB value is (163,135,229). Sum of RGB (Red+Green+Blue) = 163+135+229=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #A387E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387E5 is #5C781A. Grayscale: #999999. Windows color (decimal): -6060059 or 15042467. OLE color: 15042467.
HSL color Cylindrical-coordinate representation of color #A387E5: hue angle of 257.87º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A387E5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 135 | 229 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.10 |
| HSL | 257.87º | 0.64% | 0.71% | - |
| HSV(B) | 257.87º | 0.41% | 0.9% | - |
| XYZ | 37.91 | 30.77 | 78.07 | - |
| YUV | 154.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 229 | 0.29 | 0.41 | 0 | 0.10 | 257.87 | 0.64 | 0.71 |
| Hex | A3 | 87 | E5 | 1D | 29 | 0 | A | 102 | 40 | 47 |
| Octal | 243 | 207 | 345 | 35 | 51 | 0 | 12 | 402 | 100 | 107 |
| Binary | 10100011 | 10000111 | 11100101 | 11101 | 101001 | 0 | 1010 | 100000010 | 1000000 | 1000111 |
Color Harmonies of #A387E5
Complementary color
Monochromatic Colors of #A387E5
Black with #A387E5
Text Example
Text Example
White with #A387E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387E5; }
p { color: rgb(163,135,229); }
H1.HeaderClassName
{
color: #A387E5;
}
.AnyTagClassName
{
color: #A387E5;
}
</style>
background-color css
<style>
a { background-color: #A387E5; }
a { background-color: rgb(163,135,229); }
div.DivClassName
{
background-color: #A387E5;
}
.BgClassName
{
background-color: #A387E5;
}
</style>
border-color css
<style>
span { border-color: #A387E5; }
span { border-color: rgb(163,135,229); }
td.TdClassName
{
border-color: #A387E5;
}
.TagClassName
{
border-color: #A387E5;
}
</style>