Shades of Biloba Flower #A793D5
Tints of Biloba Flower #A793D5
RGB
CMYK
RGB Variations
Color information
#A793D5 (or 0xA793D5) is known color: Biloba Flower. HEX triplet: A7, 93 and D5. RGB value is (167,147,213). Sum of RGB (Red+Green+Blue) = 167+147+213=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #A793D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A793D5 is #586C2A. Grayscale: #A0A0A0. Windows color (decimal): -5794859 or 13996967. OLE color: 13996967.
HSL color Cylindrical-coordinate representation of color #A793D5: hue angle of 258.18º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A793D5 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 147 | 213 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.16 |
| HSL | 258.18º | 0.44% | 0.71% | - |
| HSV(B) | 258.18º | 0.31% | 0.84% | - |
| XYZ | 38.38 | 33.89 | 67.47 | - |
| YUV | 160.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 213 | 0.22 | 0.31 | 0 | 0.16 | 258.18 | 0.44 | 0.71 |
| Hex | A7 | 93 | D5 | 16 | 1F | 0 | 10 | 102 | 2C | 47 |
| Octal | 247 | 223 | 325 | 26 | 37 | 0 | 20 | 402 | 54 | 107 |
| Binary | 10100111 | 10010011 | 11010101 | 10110 | 11111 | 0 | 10000 | 100000010 | 101100 | 1000111 |
Color Harmonies of #A793D5
Complementary color
Monochromatic Colors of #A793D5
Black with #A793D5
Text Example
Text Example
White with #A793D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793D5; }
p { color: rgb(167,147,213); }
H1.HeaderClassName
{
color: #A793D5;
}
.AnyTagClassName
{
color: #A793D5;
}
</style>
background-color css
<style>
a { background-color: #A793D5; }
a { background-color: rgb(167,147,213); }
div.DivClassName
{
background-color: #A793D5;
}
.BgClassName
{
background-color: #A793D5;
}
</style>
border-color css
<style>
span { border-color: #A793D5; }
span { border-color: rgb(167,147,213); }
td.TdClassName
{
border-color: #A793D5;
}
.TagClassName
{
border-color: #A793D5;
}
</style>