Shades of Biloba Flower #A793FF
Tints of Biloba Flower #A793FF
RGB
CMYK
RGB Variations
Color information
#A793FF (or 0xA793FF) is known color: Biloba Flower. HEX triplet: A7, 93 and FF. RGB value is (167,147,255). Sum of RGB (Red+Green+Blue) = 167+147+255=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A793FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A793FF is #586C00. Grayscale: #A4A4A4. Windows color (decimal): -5794817 or 16749479. OLE color: 16749479.
HSL color Cylindrical-coordinate representation of color #A793FF: hue angle of 251.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A793FF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 147 | 255 | - |
| CMYK | 0.35 | 0.42 | 0 | 0 |
| HSL | 251.11º | 1% | 0.79% | - |
| HSV(B) | 251.11º | 0.42% | 1% | - |
| XYZ | 44.42 | 36.3 | 99.27 | - |
| YUV | 165.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 255 | 0.35 | 0.42 | 0 | 0 | 251.11 | 1 | 0.79 |
| Hex | A7 | 93 | FF | 23 | 2A | 0 | 0 | FB | 64 | 4F |
| Octal | 247 | 223 | 377 | 43 | 52 | 0 | 0 | 373 | 144 | 117 |
| Binary | 10100111 | 10010011 | 11111111 | 100011 | 101010 | 0 | 0 | 11111011 | 1100100 | 1001111 |
Color Harmonies of #A793FF
Complementary color
Monochromatic Colors of #A793FF
Black with #A793FF
Text Example
Text Example
White with #A793FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793FF; }
p { color: rgb(167,147,255); }
H1.HeaderClassName
{
color: #A793FF;
}
.AnyTagClassName
{
color: #A793FF;
}
</style>
background-color css
<style>
a { background-color: #A793FF; }
a { background-color: rgb(167,147,255); }
div.DivClassName
{
background-color: #A793FF;
}
.BgClassName
{
background-color: #A793FF;
}
</style>
border-color css
<style>
span { border-color: #A793FF; }
span { border-color: rgb(167,147,255); }
td.TdClassName
{
border-color: #A793FF;
}
.TagClassName
{
border-color: #A793FF;
}
</style>