Shades of Biloba Flower #A896E3
Tints of Biloba Flower #A896E3
RGB
CMYK
RGB Variations
Color information
#A896E3 (or 0xA896E3) is known color: Biloba Flower. HEX triplet: A8, 96 and E3. RGB value is (168,150,227). Sum of RGB (Red+Green+Blue) = 168+150+227=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #A896E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896E3 is #57691C. Grayscale: #A3A3A3. Windows color (decimal): -5728541 or 14915240. OLE color: 14915240.
HSL color Cylindrical-coordinate representation of color #A896E3: hue angle of 254.03º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A896E3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 150 | 227 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.11 |
| HSL | 254.03º | 0.58% | 0.74% | - |
| HSV(B) | 254.03º | 0.34% | 0.89% | - |
| XYZ | 40.92 | 35.68 | 77.4 | - |
| YUV | 164.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 227 | 0.26 | 0.34 | 0 | 0.11 | 254.03 | 0.58 | 0.74 |
| Hex | A8 | 96 | E3 | 1A | 22 | 0 | B | FE | 3A | 4A |
| Octal | 250 | 226 | 343 | 32 | 42 | 0 | 13 | 376 | 72 | 112 |
| Binary | 10101000 | 10010110 | 11100011 | 11010 | 100010 | 0 | 1011 | 11111110 | 111010 | 1001010 |
Color Harmonies of #A896E3
Complementary color
Monochromatic Colors of #A896E3
Black with #A896E3
Text Example
Text Example
White with #A896E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896E3; }
p { color: rgb(168,150,227); }
H1.HeaderClassName
{
color: #A896E3;
}
.AnyTagClassName
{
color: #A896E3;
}
</style>
background-color css
<style>
a { background-color: #A896E3; }
a { background-color: rgb(168,150,227); }
div.DivClassName
{
background-color: #A896E3;
}
.BgClassName
{
background-color: #A896E3;
}
</style>
border-color css
<style>
span { border-color: #A896E3; }
span { border-color: rgb(168,150,227); }
td.TdClassName
{
border-color: #A896E3;
}
.TagClassName
{
border-color: #A896E3;
}
</style>