Shades of Biloba Flower #A393D0
Tints of Biloba Flower #A393D0
RGB
CMYK
RGB Variations
Color information
#A393D0 (or 0xA393D0) is known color: Biloba Flower. HEX triplet: A3, 93 and D0. RGB value is (163,147,208). Sum of RGB (Red+Green+Blue) = 163+147+208=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #A393D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393D0 is #5C6C2F. Grayscale: #9E9E9E. Windows color (decimal): -6057008 or 13669283. OLE color: 13669283.
HSL color Cylindrical-coordinate representation of color #A393D0: hue angle of 255.74º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A393D0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 147 | 208 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.18 |
| HSL | 255.74º | 0.39% | 0.7% | - |
| HSV(B) | 255.74º | 0.29% | 0.82% | - |
| XYZ | 36.92 | 33.21 | 64.14 | - |
| YUV | 158.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 208 | 0.22 | 0.29 | 0 | 0.18 | 255.74 | 0.39 | 0.7 |
| Hex | A3 | 93 | D0 | 16 | 1D | 0 | 12 | 100 | 27 | 46 |
| Octal | 243 | 223 | 320 | 26 | 35 | 0 | 22 | 400 | 47 | 106 |
| Binary | 10100011 | 10010011 | 11010000 | 10110 | 11101 | 0 | 10010 | 100000000 | 100111 | 1000110 |
Color Harmonies of #A393D0
Complementary color
Monochromatic Colors of #A393D0
Black with #A393D0
Text Example
Text Example
White with #A393D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393D0; }
p { color: rgb(163,147,208); }
H1.HeaderClassName
{
color: #A393D0;
}
.AnyTagClassName
{
color: #A393D0;
}
</style>
background-color css
<style>
a { background-color: #A393D0; }
a { background-color: rgb(163,147,208); }
div.DivClassName
{
background-color: #A393D0;
}
.BgClassName
{
background-color: #A393D0;
}
</style>
border-color css
<style>
span { border-color: #A393D0; }
span { border-color: rgb(163,147,208); }
td.TdClassName
{
border-color: #A393D0;
}
.TagClassName
{
border-color: #A393D0;
}
</style>