Shades of Biloba Flower #A394D3
Tints of Biloba Flower #A394D3
RGB
CMYK
RGB Variations
Color information
#A394D3 (or 0xA394D3) is known color: Biloba Flower. HEX triplet: A3, 94 and D3. RGB value is (163,148,211). Sum of RGB (Red+Green+Blue) = 163+148+211=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #A394D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D3 is #5C6B2C. Grayscale: #9F9F9F. Windows color (decimal): -6056749 or 13866147. OLE color: 13866147.
HSL color Cylindrical-coordinate representation of color #A394D3: hue angle of 254.29º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A394D3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 148 | 211 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.17 |
| HSL | 254.29º | 0.42% | 0.7% | - |
| HSV(B) | 254.29º | 0.3% | 0.83% | - |
| XYZ | 37.45 | 33.67 | 66.15 | - |
| YUV | 159.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 211 | 0.23 | 0.30 | 0 | 0.17 | 254.29 | 0.42 | 0.7 |
| Hex | A3 | 94 | D3 | 17 | 1E | 0 | 11 | FE | 2A | 46 |
| Octal | 243 | 224 | 323 | 27 | 36 | 0 | 21 | 376 | 52 | 106 |
| Binary | 10100011 | 10010100 | 11010011 | 10111 | 11110 | 0 | 10001 | 11111110 | 101010 | 1000110 |
Color Harmonies of #A394D3
Complementary color
Monochromatic Colors of #A394D3
Black with #A394D3
Text Example
Text Example
White with #A394D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394D3; }
p { color: rgb(163,148,211); }
H1.HeaderClassName
{
color: #A394D3;
}
.AnyTagClassName
{
color: #A394D3;
}
</style>
background-color css
<style>
a { background-color: #A394D3; }
a { background-color: rgb(163,148,211); }
div.DivClassName
{
background-color: #A394D3;
}
.BgClassName
{
background-color: #A394D3;
}
</style>
border-color css
<style>
span { border-color: #A394D3; }
span { border-color: rgb(163,148,211); }
td.TdClassName
{
border-color: #A394D3;
}
.TagClassName
{
border-color: #A394D3;
}
</style>