Shades of Biloba Flower #A394CE
Tints of Biloba Flower #A394CE
RGB
CMYK
RGB Variations
Color information
#A394CE (or 0xA394CE) is known color: Biloba Flower. HEX triplet: A3, 94 and CE. RGB value is (163,148,206). Sum of RGB (Red+Green+Blue) = 163+148+206=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A394CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394CE is #5C6B31. Grayscale: #9E9E9E. Windows color (decimal): -6056754 or 13538467. OLE color: 13538467.
HSL color Cylindrical-coordinate representation of color #A394CE: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A394CE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 148 | 206 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.19 |
| HSL | 255.52º | 0.37% | 0.69% | - |
| HSV(B) | 255.52º | 0.28% | 0.81% | - |
| XYZ | 36.83 | 33.42 | 62.9 | - |
| YUV | 159.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 206 | 0.21 | 0.28 | 0 | 0.19 | 255.52 | 0.37 | 0.69 |
| Hex | A3 | 94 | CE | 15 | 1C | 0 | 13 | 100 | 25 | 45 |
| Octal | 243 | 224 | 316 | 25 | 34 | 0 | 23 | 400 | 45 | 105 |
| Binary | 10100011 | 10010100 | 11001110 | 10101 | 11100 | 0 | 10011 | 100000000 | 100101 | 1000101 |
Color Harmonies of #A394CE
Complementary color
Monochromatic Colors of #A394CE
Black with #A394CE
Text Example
Text Example
White with #A394CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394CE; }
p { color: rgb(163,148,206); }
H1.HeaderClassName
{
color: #A394CE;
}
.AnyTagClassName
{
color: #A394CE;
}
</style>
background-color css
<style>
a { background-color: #A394CE; }
a { background-color: rgb(163,148,206); }
div.DivClassName
{
background-color: #A394CE;
}
.BgClassName
{
background-color: #A394CE;
}
</style>
border-color css
<style>
span { border-color: #A394CE; }
span { border-color: rgb(163,148,206); }
td.TdClassName
{
border-color: #A394CE;
}
.TagClassName
{
border-color: #A394CE;
}
</style>