Shades of Biloba Flower #A38CE4
Tints of Biloba Flower #A38CE4
RGB
CMYK
RGB Variations
Color information
#A38CE4 (or 0xA38CE4) is known color: Biloba Flower. HEX triplet: A3, 8C and E4. RGB value is (163,140,228). Sum of RGB (Red+Green+Blue) = 163+140+228=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #A38CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CE4 is #5C731B. Grayscale: #9C9C9C. Windows color (decimal): -6058780 or 14978211. OLE color: 14978211.
HSL color Cylindrical-coordinate representation of color #A38CE4: hue angle of 255.68º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38CE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 140 | 228 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.11 |
| HSL | 255.68º | 0.62% | 0.72% | - |
| HSV(B) | 255.68º | 0.39% | 0.89% | - |
| XYZ | 38.49 | 32.14 | 77.57 | - |
| YUV | 156.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 228 | 0.29 | 0.39 | 0 | 0.11 | 255.68 | 0.62 | 0.72 |
| Hex | A3 | 8C | E4 | 1D | 27 | 0 | B | 100 | 3E | 48 |
| Octal | 243 | 214 | 344 | 35 | 47 | 0 | 13 | 400 | 76 | 110 |
| Binary | 10100011 | 10001100 | 11100100 | 11101 | 100111 | 0 | 1011 | 100000000 | 111110 | 1001000 |
Color Harmonies of #A38CE4
Complementary color
Monochromatic Colors of #A38CE4
Black with #A38CE4
Text Example
Text Example
White with #A38CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CE4; }
p { color: rgb(163,140,228); }
H1.HeaderClassName
{
color: #A38CE4;
}
.AnyTagClassName
{
color: #A38CE4;
}
</style>
background-color css
<style>
a { background-color: #A38CE4; }
a { background-color: rgb(163,140,228); }
div.DivClassName
{
background-color: #A38CE4;
}
.BgClassName
{
background-color: #A38CE4;
}
</style>
border-color css
<style>
span { border-color: #A38CE4; }
span { border-color: rgb(163,140,228); }
td.TdClassName
{
border-color: #A38CE4;
}
.TagClassName
{
border-color: #A38CE4;
}
</style>