Shades of Biloba Flower #A793F5
Tints of Biloba Flower #A793F5
RGB
CMYK
RGB Variations
Color information
#A793F5 (or 0xA793F5) is known color: Biloba Flower. HEX triplet: A7, 93 and F5. RGB value is (167,147,245). Sum of RGB (Red+Green+Blue) = 167+147+245=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #A793F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A793F5 is #586C0A. Grayscale: #A3A3A3. Windows color (decimal): -5794827 or 16094119. OLE color: 16094119.
HSL color Cylindrical-coordinate representation of color #A793F5: hue angle of 252.24º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A793F5 is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 147 | 245 | - |
| CMYK | 0.32 | 0.4 | 0 | 0.04 |
| HSL | 252.24º | 0.83% | 0.77% | - |
| HSV(B) | 252.24º | 0.4% | 0.96% | - |
| XYZ | 42.85 | 35.68 | 91.01 | - |
| YUV | 164.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 245 | 0.32 | 0.4 | 0 | 0.04 | 252.24 | 0.83 | 0.77 |
| Hex | A7 | 93 | F5 | 20 | 28 | 0 | 4 | FC | 53 | 4D |
| Octal | 247 | 223 | 365 | 40 | 50 | 0 | 4 | 374 | 123 | 115 |
| Binary | 10100111 | 10010011 | 11110101 | 100000 | 101000 | 0 | 100 | 11111100 | 1010011 | 1001101 |
Color Harmonies of #A793F5
Complementary color
Monochromatic Colors of #A793F5
Black with #A793F5
Text Example
Text Example
White with #A793F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793F5; }
p { color: rgb(167,147,245); }
H1.HeaderClassName
{
color: #A793F5;
}
.AnyTagClassName
{
color: #A793F5;
}
</style>
background-color css
<style>
a { background-color: #A793F5; }
a { background-color: rgb(167,147,245); }
div.DivClassName
{
background-color: #A793F5;
}
.BgClassName
{
background-color: #A793F5;
}
</style>
border-color css
<style>
span { border-color: #A793F5; }
span { border-color: rgb(167,147,245); }
td.TdClassName
{
border-color: #A793F5;
}
.TagClassName
{
border-color: #A793F5;
}
</style>