Shades of Biloba Flower #A793C6
Tints of Biloba Flower #A793C6
RGB
CMYK
RGB Variations
Color information
#A793C6 (or 0xA793C6) is known color: Biloba Flower. HEX triplet: A7, 93 and C6. RGB value is (167,147,198). Sum of RGB (Red+Green+Blue) = 167+147+198=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A793C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A793C6 is #586C39. Grayscale: #9E9E9E. Windows color (decimal): -5794874 or 13013927. OLE color: 13013927.
HSL color Cylindrical-coordinate representation of color #A793C6: hue angle of 263.53º degrees, saturation: 0.31, 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 #A793C6 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 147 | 198 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.22 |
| HSL | 263.53º | 0.31% | 0.68% | - |
| HSV(B) | 263.53º | 0.26% | 0.78% | - |
| XYZ | 36.56 | 33.16 | 57.9 | - |
| YUV | 158.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 198 | 0.16 | 0.26 | 0 | 0.22 | 263.53 | 0.31 | 0.68 |
| Hex | A7 | 93 | C6 | 10 | 1A | 0 | 16 | 108 | 1F | 44 |
| Octal | 247 | 223 | 306 | 20 | 32 | 0 | 26 | 410 | 37 | 104 |
| Binary | 10100111 | 10010011 | 11000110 | 10000 | 11010 | 0 | 10110 | 100001000 | 11111 | 1000100 |
Color Harmonies of #A793C6
Complementary color
Monochromatic Colors of #A793C6
Black with #A793C6
Text Example
Text Example
White with #A793C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793C6; }
p { color: rgb(167,147,198); }
H1.HeaderClassName
{
color: #A793C6;
}
.AnyTagClassName
{
color: #A793C6;
}
</style>
background-color css
<style>
a { background-color: #A793C6; }
a { background-color: rgb(167,147,198); }
div.DivClassName
{
background-color: #A793C6;
}
.BgClassName
{
background-color: #A793C6;
}
</style>
border-color css
<style>
span { border-color: #A793C6; }
span { border-color: rgb(167,147,198); }
td.TdClassName
{
border-color: #A793C6;
}
.TagClassName
{
border-color: #A793C6;
}
</style>