Shades of Biloba Flower #A38CE5
Tints of Biloba Flower #A38CE5
RGB
CMYK
RGB Variations
Color information
#A38CE5 (or 0xA38CE5) is known color: Biloba Flower. HEX triplet: A3, 8C and E5. RGB value is (163,140,229). Sum of RGB (Red+Green+Blue) = 163+140+229=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #A38CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CE5 is #5C731A. Grayscale: #9C9C9C. Windows color (decimal): -6058779 or 15043747. OLE color: 15043747.
HSL color Cylindrical-coordinate representation of color #A38CE5: hue angle of 255.51º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38CE5 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 140 | 229 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.10 |
| HSL | 255.51º | 0.63% | 0.72% | - |
| HSV(B) | 255.51º | 0.39% | 0.9% | - |
| XYZ | 38.63 | 32.2 | 78.31 | - |
| YUV | 157.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 229 | 0.29 | 0.39 | 0 | 0.10 | 255.51 | 0.63 | 0.72 |
| Hex | A3 | 8C | E5 | 1D | 27 | 0 | A | 100 | 3F | 48 |
| Octal | 243 | 214 | 345 | 35 | 47 | 0 | 12 | 400 | 77 | 110 |
| Binary | 10100011 | 10001100 | 11100101 | 11101 | 100111 | 0 | 1010 | 100000000 | 111111 | 1001000 |
Color Harmonies of #A38CE5
Complementary color
Monochromatic Colors of #A38CE5
Black with #A38CE5
Text Example
Text Example
White with #A38CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CE5; }
p { color: rgb(163,140,229); }
H1.HeaderClassName
{
color: #A38CE5;
}
.AnyTagClassName
{
color: #A38CE5;
}
</style>
background-color css
<style>
a { background-color: #A38CE5; }
a { background-color: rgb(163,140,229); }
div.DivClassName
{
background-color: #A38CE5;
}
.BgClassName
{
background-color: #A38CE5;
}
</style>
border-color css
<style>
span { border-color: #A38CE5; }
span { border-color: rgb(163,140,229); }
td.TdClassName
{
border-color: #A38CE5;
}
.TagClassName
{
border-color: #A38CE5;
}
</style>