Shades of Biloba Flower #A38BE5
Tints of Biloba Flower #A38BE5
RGB
CMYK
RGB Variations
Color information
#A38BE5 (or 0xA38BE5) is known color: Biloba Flower. HEX triplet: A3, 8B and E5. RGB value is (163,139,229). Sum of RGB (Red+Green+Blue) = 163+139+229=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #A38BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BE5 is #5C741A. Grayscale: #9C9C9C. Windows color (decimal): -6059035 or 15043491. OLE color: 15043491.
HSL color Cylindrical-coordinate representation of color #A38BE5: hue angle of 256º 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 #A38BE5 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 139 | 229 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.10 |
| HSL | 256º | 0.63% | 0.72% | - |
| HSV(B) | 256º | 0.39% | 0.9% | - |
| XYZ | 38.48 | 31.91 | 78.26 | - |
| YUV | 156.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 229 | 0.29 | 0.39 | 0 | 0.10 | 256 | 0.63 | 0.72 |
| Hex | A3 | 8B | E5 | 1D | 27 | 0 | A | 100 | 3F | 48 |
| Octal | 243 | 213 | 345 | 35 | 47 | 0 | 12 | 400 | 77 | 110 |
| Binary | 10100011 | 10001011 | 11100101 | 11101 | 100111 | 0 | 1010 | 100000000 | 111111 | 1001000 |
Color Harmonies of #A38BE5
Complementary color
Monochromatic Colors of #A38BE5
Black with #A38BE5
Text Example
Text Example
White with #A38BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BE5; }
p { color: rgb(163,139,229); }
H1.HeaderClassName
{
color: #A38BE5;
}
.AnyTagClassName
{
color: #A38BE5;
}
</style>
background-color css
<style>
a { background-color: #A38BE5; }
a { background-color: rgb(163,139,229); }
div.DivClassName
{
background-color: #A38BE5;
}
.BgClassName
{
background-color: #A38BE5;
}
</style>
border-color css
<style>
span { border-color: #A38BE5; }
span { border-color: rgb(163,139,229); }
td.TdClassName
{
border-color: #A38BE5;
}
.TagClassName
{
border-color: #A38BE5;
}
</style>