Shades of Biloba Flower #A798E0
Tints of Biloba Flower #A798E0
RGB
CMYK
RGB Variations
Color information
#A798E0 (or 0xA798E0) is known color: Biloba Flower. HEX triplet: A7, 98 and E0. RGB value is (167,152,224). Sum of RGB (Red+Green+Blue) = 167+152+224=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #A798E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798E0 is #58671F. Grayscale: #A4A4A4. Windows color (decimal): -5793568 or 14719143. OLE color: 14719143.
HSL color Cylindrical-coordinate representation of color #A798E0: hue angle of 252.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A798E0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 152 | 224 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.12 |
| HSL | 252.5º | 0.54% | 0.74% | - |
| HSV(B) | 252.5º | 0.32% | 0.88% | - |
| XYZ | 40.62 | 36.05 | 75.34 | - |
| YUV | 164.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 224 | 0.25 | 0.32 | 0 | 0.12 | 252.5 | 0.54 | 0.74 |
| Hex | A7 | 98 | E0 | 19 | 20 | 0 | C | FD | 36 | 4A |
| Octal | 247 | 230 | 340 | 31 | 40 | 0 | 14 | 375 | 66 | 112 |
| Binary | 10100111 | 10011000 | 11100000 | 11001 | 100000 | 0 | 1100 | 11111101 | 110110 | 1001010 |
Color Harmonies of #A798E0
Complementary color
Monochromatic Colors of #A798E0
Black with #A798E0
Text Example
Text Example
White with #A798E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798E0; }
p { color: rgb(167,152,224); }
H1.HeaderClassName
{
color: #A798E0;
}
.AnyTagClassName
{
color: #A798E0;
}
</style>
background-color css
<style>
a { background-color: #A798E0; }
a { background-color: rgb(167,152,224); }
div.DivClassName
{
background-color: #A798E0;
}
.BgClassName
{
background-color: #A798E0;
}
</style>
border-color css
<style>
span { border-color: #A798E0; }
span { border-color: rgb(167,152,224); }
td.TdClassName
{
border-color: #A798E0;
}
.TagClassName
{
border-color: #A798E0;
}
</style>