Shades of Biloba Flower #A392D0
Tints of Biloba Flower #A392D0
RGB
CMYK
RGB Variations
Color information
#A392D0 (or 0xA392D0) is known color: Biloba Flower. HEX triplet: A3, 92 and D0. RGB value is (163,146,208). Sum of RGB (Red+Green+Blue) = 163+146+208=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #A392D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392D0 is #5C6D2F. Grayscale: #9D9D9D. Windows color (decimal): -6057264 or 13669027. OLE color: 13669027.
HSL color Cylindrical-coordinate representation of color #A392D0: hue angle of 256.45º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A392D0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 146 | 208 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 256.45º | 0.4% | 0.69% | - |
| HSV(B) | 256.45º | 0.3% | 0.82% | - |
| XYZ | 36.77 | 32.9 | 64.09 | - |
| YUV | 158.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 208 | 0.22 | 0.30 | 0 | 0.18 | 256.45 | 0.4 | 0.69 |
| Hex | A3 | 92 | D0 | 16 | 1E | 0 | 12 | 100 | 28 | 45 |
| Octal | 243 | 222 | 320 | 26 | 36 | 0 | 22 | 400 | 50 | 105 |
| Binary | 10100011 | 10010010 | 11010000 | 10110 | 11110 | 0 | 10010 | 100000000 | 101000 | 1000101 |
Color Harmonies of #A392D0
Complementary color
Monochromatic Colors of #A392D0
Black with #A392D0
Text Example
Text Example
White with #A392D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392D0; }
p { color: rgb(163,146,208); }
H1.HeaderClassName
{
color: #A392D0;
}
.AnyTagClassName
{
color: #A392D0;
}
</style>
background-color css
<style>
a { background-color: #A392D0; }
a { background-color: rgb(163,146,208); }
div.DivClassName
{
background-color: #A392D0;
}
.BgClassName
{
background-color: #A392D0;
}
</style>
border-color css
<style>
span { border-color: #A392D0; }
span { border-color: rgb(163,146,208); }
td.TdClassName
{
border-color: #A392D0;
}
.TagClassName
{
border-color: #A392D0;
}
</style>