Shades of Biloba Flower #A896E6
Tints of Biloba Flower #A896E6
RGB
CMYK
RGB Variations
Color information
#A896E6 (or 0xA896E6) is known color: Biloba Flower. HEX triplet: A8, 96 and E6. RGB value is (168,150,230). Sum of RGB (Red+Green+Blue) = 168+150+230=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #A896E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896E6 is #576919. Grayscale: #A4A4A4. Windows color (decimal): -5728538 or 15111848. OLE color: 15111848.
HSL color Cylindrical-coordinate representation of color #A896E6: hue angle of 253.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A896E6 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 150 | 230 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.10 |
| HSL | 253.5º | 0.62% | 0.75% | - |
| HSV(B) | 253.5º | 0.35% | 0.9% | - |
| XYZ | 41.34 | 35.85 | 79.6 | - |
| YUV | 164.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 230 | 0.27 | 0.35 | 0 | 0.10 | 253.5 | 0.62 | 0.75 |
| Hex | A8 | 96 | E6 | 1B | 23 | 0 | A | FE | 3E | 4B |
| Octal | 250 | 226 | 346 | 33 | 43 | 0 | 12 | 376 | 76 | 113 |
| Binary | 10101000 | 10010110 | 11100110 | 11011 | 100011 | 0 | 1010 | 11111110 | 111110 | 1001011 |
Color Harmonies of #A896E6
Complementary color
Monochromatic Colors of #A896E6
Black with #A896E6
Text Example
Text Example
White with #A896E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896E6; }
p { color: rgb(168,150,230); }
H1.HeaderClassName
{
color: #A896E6;
}
.AnyTagClassName
{
color: #A896E6;
}
</style>
background-color css
<style>
a { background-color: #A896E6; }
a { background-color: rgb(168,150,230); }
div.DivClassName
{
background-color: #A896E6;
}
.BgClassName
{
background-color: #A896E6;
}
</style>
border-color css
<style>
span { border-color: #A896E6; }
span { border-color: rgb(168,150,230); }
td.TdClassName
{
border-color: #A896E6;
}
.TagClassName
{
border-color: #A896E6;
}
</style>