Shades of Biloba Flower #A798EA
Tints of Biloba Flower #A798EA
RGB
CMYK
RGB Variations
Color information
#A798EA (or 0xA798EA) is known color: Biloba Flower. HEX triplet: A7, 98 and EA. RGB value is (167,152,234). Sum of RGB (Red+Green+Blue) = 167+152+234=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #A798EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798EA is #586715. Grayscale: #A5A5A5. Windows color (decimal): -5793558 or 15374503. OLE color: 15374503.
HSL color Cylindrical-coordinate representation of color #A798EA: hue angle of 250.98º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A798EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 152 | 234 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.08 |
| HSL | 250.98º | 0.66% | 0.76% | - |
| HSV(B) | 250.98º | 0.35% | 0.92% | - |
| XYZ | 42.02 | 36.61 | 82.69 | - |
| YUV | 165.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 234 | 0.29 | 0.35 | 0 | 0.08 | 250.98 | 0.66 | 0.76 |
| Hex | A7 | 98 | EA | 1D | 23 | 0 | 8 | FB | 42 | 4C |
| Octal | 247 | 230 | 352 | 35 | 43 | 0 | 10 | 373 | 102 | 114 |
| Binary | 10100111 | 10011000 | 11101010 | 11101 | 100011 | 0 | 1000 | 11111011 | 1000010 | 1001100 |
Color Harmonies of #A798EA
Complementary color
Monochromatic Colors of #A798EA
Black with #A798EA
Text Example
Text Example
White with #A798EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798EA; }
p { color: rgb(167,152,234); }
H1.HeaderClassName
{
color: #A798EA;
}
.AnyTagClassName
{
color: #A798EA;
}
</style>
background-color css
<style>
a { background-color: #A798EA; }
a { background-color: rgb(167,152,234); }
div.DivClassName
{
background-color: #A798EA;
}
.BgClassName
{
background-color: #A798EA;
}
</style>
border-color css
<style>
span { border-color: #A798EA; }
span { border-color: rgb(167,152,234); }
td.TdClassName
{
border-color: #A798EA;
}
.TagClassName
{
border-color: #A798EA;
}
</style>