Shades of Biloba Flower #A793C7
Tints of Biloba Flower #A793C7
RGB
CMYK
RGB Variations
Color information
#A793C7 (or 0xA793C7) is known color: Biloba Flower. HEX triplet: A7, 93 and C7. RGB value is (167,147,199). Sum of RGB (Red+Green+Blue) = 167+147+199=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #A793C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A793C7 is #586C38. Grayscale: #9E9E9E. Windows color (decimal): -5794873 or 13079463. OLE color: 13079463.
HSL color Cylindrical-coordinate representation of color #A793C7: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A793C7 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 147 | 199 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.22 |
| HSL | 263.08º | 0.32% | 0.68% | - |
| HSV(B) | 263.08º | 0.26% | 0.78% | - |
| XYZ | 36.68 | 33.21 | 58.51 | - |
| YUV | 158.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 199 | 0.16 | 0.26 | 0 | 0.22 | 263.08 | 0.32 | 0.68 |
| Hex | A7 | 93 | C7 | 10 | 1A | 0 | 16 | 107 | 20 | 44 |
| Octal | 247 | 223 | 307 | 20 | 32 | 0 | 26 | 407 | 40 | 104 |
| Binary | 10100111 | 10010011 | 11000111 | 10000 | 11010 | 0 | 10110 | 100000111 | 100000 | 1000100 |
Color Harmonies of #A793C7
Complementary color
Monochromatic Colors of #A793C7
Black with #A793C7
Text Example
Text Example
White with #A793C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793C7; }
p { color: rgb(167,147,199); }
H1.HeaderClassName
{
color: #A793C7;
}
.AnyTagClassName
{
color: #A793C7;
}
</style>
background-color css
<style>
a { background-color: #A793C7; }
a { background-color: rgb(167,147,199); }
div.DivClassName
{
background-color: #A793C7;
}
.BgClassName
{
background-color: #A793C7;
}
</style>
border-color css
<style>
span { border-color: #A793C7; }
span { border-color: rgb(167,147,199); }
td.TdClassName
{
border-color: #A793C7;
}
.TagClassName
{
border-color: #A793C7;
}
</style>