Shades of Biloba Flower #A698E0
Tints of Biloba Flower #A698E0
RGB
CMYK
RGB Variations
Color information
#A698E0 (or 0xA698E0) is known color: Biloba Flower. HEX triplet: A6, 98 and E0. RGB value is (166,152,224). Sum of RGB (Red+Green+Blue) = 166+152+224=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A698E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698E0 is #59671F. Grayscale: #A4A4A4. Windows color (decimal): -5859104 or 14719142. OLE color: 14719142.
HSL color Cylindrical-coordinate representation of color #A698E0: hue angle of 251.67º 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 #A698E0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 152 | 224 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.12 |
| HSL | 251.67º | 0.54% | 0.74% | - |
| HSV(B) | 251.67º | 0.32% | 0.88% | - |
| XYZ | 40.41 | 35.95 | 75.33 | - |
| YUV | 164.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 224 | 0.26 | 0.32 | 0 | 0.12 | 251.67 | 0.54 | 0.74 |
| Hex | A6 | 98 | E0 | 1A | 20 | 0 | C | FC | 36 | 4A |
| Octal | 246 | 230 | 340 | 32 | 40 | 0 | 14 | 374 | 66 | 112 |
| Binary | 10100110 | 10011000 | 11100000 | 11010 | 100000 | 0 | 1100 | 11111100 | 110110 | 1001010 |
Color Harmonies of #A698E0
Complementary color
Monochromatic Colors of #A698E0
Black with #A698E0
Text Example
Text Example
White with #A698E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698E0; }
p { color: rgb(166,152,224); }
H1.HeaderClassName
{
color: #A698E0;
}
.AnyTagClassName
{
color: #A698E0;
}
</style>
background-color css
<style>
a { background-color: #A698E0; }
a { background-color: rgb(166,152,224); }
div.DivClassName
{
background-color: #A698E0;
}
.BgClassName
{
background-color: #A698E0;
}
</style>
border-color css
<style>
span { border-color: #A698E0; }
span { border-color: rgb(166,152,224); }
td.TdClassName
{
border-color: #A698E0;
}
.TagClassName
{
border-color: #A698E0;
}
</style>