Shades of Biloba Flower #A38FDE
Tints of Biloba Flower #A38FDE
RGB
CMYK
RGB Variations
Color information
#A38FDE (or 0xA38FDE) is known color: Biloba Flower. HEX triplet: A3, 8F and DE. RGB value is (163,143,222). Sum of RGB (Red+Green+Blue) = 163+143+222=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A38FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDE is #5C7021. Grayscale: #9D9D9D. Windows color (decimal): -6058018 or 14585763. OLE color: 14585763.
HSL color Cylindrical-coordinate representation of color #A38FDE: hue angle of 255.19º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38FDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 143 | 222 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.13 |
| HSL | 255.19º | 0.54% | 0.72% | - |
| HSV(B) | 255.19º | 0.36% | 0.87% | - |
| XYZ | 38.11 | 32.71 | 73.41 | - |
| YUV | 157.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 222 | 0.27 | 0.36 | 0 | 0.13 | 255.19 | 0.54 | 0.72 |
| Hex | A3 | 8F | DE | 1B | 24 | 0 | D | FF | 36 | 48 |
| Octal | 243 | 217 | 336 | 33 | 44 | 0 | 15 | 377 | 66 | 110 |
| Binary | 10100011 | 10001111 | 11011110 | 11011 | 100100 | 0 | 1101 | 11111111 | 110110 | 1001000 |
Color Harmonies of #A38FDE
Complementary color
Monochromatic Colors of #A38FDE
Black with #A38FDE
Text Example
Text Example
White with #A38FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FDE; }
p { color: rgb(163,143,222); }
H1.HeaderClassName
{
color: #A38FDE;
}
.AnyTagClassName
{
color: #A38FDE;
}
</style>
background-color css
<style>
a { background-color: #A38FDE; }
a { background-color: rgb(163,143,222); }
div.DivClassName
{
background-color: #A38FDE;
}
.BgClassName
{
background-color: #A38FDE;
}
</style>
border-color css
<style>
span { border-color: #A38FDE; }
span { border-color: rgb(163,143,222); }
td.TdClassName
{
border-color: #A38FDE;
}
.TagClassName
{
border-color: #A38FDE;
}
</style>