Shades of Biloba Flower #A38CEE
Tints of Biloba Flower #A38CEE
RGB
CMYK
RGB Variations
Color information
#A38CEE (or 0xA38CEE) is known color: Biloba Flower. HEX triplet: A3, 8C and EE. RGB value is (163,140,238). Sum of RGB (Red+Green+Blue) = 163+140+238=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A38CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CEE is #5C7311. Grayscale: #9D9D9D. Windows color (decimal): -6058770 or 15633571. OLE color: 15633571.
HSL color Cylindrical-coordinate representation of color #A38CEE: hue angle of 254.08º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38CEE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 140 | 238 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 254.08º | 0.74% | 0.74% | - |
| HSV(B) | 254.08º | 0.41% | 0.93% | - |
| XYZ | 39.91 | 32.72 | 85.1 | - |
| YUV | 158.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 238 | 0.32 | 0.41 | 0 | 0.07 | 254.08 | 0.74 | 0.74 |
| Hex | A3 | 8C | EE | 20 | 29 | 0 | 7 | FE | 4A | 4A |
| Octal | 243 | 214 | 356 | 40 | 51 | 0 | 7 | 376 | 112 | 112 |
| Binary | 10100011 | 10001100 | 11101110 | 100000 | 101001 | 0 | 111 | 11111110 | 1001010 | 1001010 |
Color Harmonies of #A38CEE
Complementary color
Monochromatic Colors of #A38CEE
Black with #A38CEE
Text Example
Text Example
White with #A38CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CEE; }
p { color: rgb(163,140,238); }
H1.HeaderClassName
{
color: #A38CEE;
}
.AnyTagClassName
{
color: #A38CEE;
}
</style>
background-color css
<style>
a { background-color: #A38CEE; }
a { background-color: rgb(163,140,238); }
div.DivClassName
{
background-color: #A38CEE;
}
.BgClassName
{
background-color: #A38CEE;
}
</style>
border-color css
<style>
span { border-color: #A38CEE; }
span { border-color: rgb(163,140,238); }
td.TdClassName
{
border-color: #A38CEE;
}
.TagClassName
{
border-color: #A38CEE;
}
</style>