Shades of Biloba Flower #A795E8
Tints of Biloba Flower #A795E8
RGB
CMYK
RGB Variations
Color information
#A795E8 (or 0xA795E8) is known color: Biloba Flower. HEX triplet: A7, 95 and E8. RGB value is (167,149,232). Sum of RGB (Red+Green+Blue) = 167+149+232=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #A795E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795E8 is #586A17. Grayscale: #A3A3A3. Windows color (decimal): -5794328 or 15242663. OLE color: 15242663.
HSL color Cylindrical-coordinate representation of color #A795E8: hue angle of 253.01º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A795E8 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 149 | 232 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.09 |
| HSL | 253.01º | 0.64% | 0.75% | - |
| HSV(B) | 253.01º | 0.36% | 0.91% | - |
| XYZ | 41.25 | 35.54 | 81.03 | - |
| YUV | 163.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 232 | 0.28 | 0.36 | 0 | 0.09 | 253.01 | 0.64 | 0.75 |
| Hex | A7 | 95 | E8 | 1C | 24 | 0 | 9 | FD | 40 | 4B |
| Octal | 247 | 225 | 350 | 34 | 44 | 0 | 11 | 375 | 100 | 113 |
| Binary | 10100111 | 10010101 | 11101000 | 11100 | 100100 | 0 | 1001 | 11111101 | 1000000 | 1001011 |
Color Harmonies of #A795E8
Complementary color
Monochromatic Colors of #A795E8
Black with #A795E8
Text Example
Text Example
White with #A795E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795E8; }
p { color: rgb(167,149,232); }
H1.HeaderClassName
{
color: #A795E8;
}
.AnyTagClassName
{
color: #A795E8;
}
</style>
background-color css
<style>
a { background-color: #A795E8; }
a { background-color: rgb(167,149,232); }
div.DivClassName
{
background-color: #A795E8;
}
.BgClassName
{
background-color: #A795E8;
}
</style>
border-color css
<style>
span { border-color: #A795E8; }
span { border-color: rgb(167,149,232); }
td.TdClassName
{
border-color: #A795E8;
}
.TagClassName
{
border-color: #A795E8;
}
</style>