Shades of Biloba Flower #A795F3
Tints of Biloba Flower #A795F3
RGB
CMYK
RGB Variations
Color information
#A795F3 (or 0xA795F3) is known color: Biloba Flower. HEX triplet: A7, 95 and F3. RGB value is (167,149,243). Sum of RGB (Red+Green+Blue) = 167+149+243=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #A795F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795F3 is #586A0C. Grayscale: #A4A4A4. Windows color (decimal): -5794317 or 15963559. OLE color: 15963559.
HSL color Cylindrical-coordinate representation of color #A795F3: hue angle of 251.49º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A795F3 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 149 | 243 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.05 |
| HSL | 251.49º | 0.8% | 0.77% | - |
| HSV(B) | 251.49º | 0.39% | 0.95% | - |
| XYZ | 42.86 | 36.18 | 89.52 | - |
| YUV | 165.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 243 | 0.31 | 0.39 | 0 | 0.05 | 251.49 | 0.8 | 0.77 |
| Hex | A7 | 95 | F3 | 1F | 27 | 0 | 5 | FB | 50 | 4D |
| Octal | 247 | 225 | 363 | 37 | 47 | 0 | 5 | 373 | 120 | 115 |
| Binary | 10100111 | 10010101 | 11110011 | 11111 | 100111 | 0 | 101 | 11111011 | 1010000 | 1001101 |
Color Harmonies of #A795F3
Complementary color
Monochromatic Colors of #A795F3
Black with #A795F3
Text Example
Text Example
White with #A795F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795F3; }
p { color: rgb(167,149,243); }
H1.HeaderClassName
{
color: #A795F3;
}
.AnyTagClassName
{
color: #A795F3;
}
</style>
background-color css
<style>
a { background-color: #A795F3; }
a { background-color: rgb(167,149,243); }
div.DivClassName
{
background-color: #A795F3;
}
.BgClassName
{
background-color: #A795F3;
}
</style>
border-color css
<style>
span { border-color: #A795F3; }
span { border-color: rgb(167,149,243); }
td.TdClassName
{
border-color: #A795F3;
}
.TagClassName
{
border-color: #A795F3;
}
</style>