Shades of Biloba Flower #A893E2
Tints of Biloba Flower #A893E2
RGB
CMYK
RGB Variations
Color information
#A893E2 (or 0xA893E2) is known color: Biloba Flower. HEX triplet: A8, 93 and E2. RGB value is (168,147,226). Sum of RGB (Red+Green+Blue) = 168+147+226=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #A893E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893E2 is #576C1D. Grayscale: #A1A1A1. Windows color (decimal): -5729310 or 14848936. OLE color: 14848936.
HSL color Cylindrical-coordinate representation of color #A893E2: hue angle of 255.95º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A893E2 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 147 | 226 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.11 |
| HSL | 255.95º | 0.58% | 0.73% | - |
| HSV(B) | 255.95º | 0.35% | 0.89% | - |
| XYZ | 40.31 | 34.68 | 76.52 | - |
| YUV | 162.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 226 | 0.26 | 0.35 | 0 | 0.11 | 255.95 | 0.58 | 0.73 |
| Hex | A8 | 93 | E2 | 1A | 23 | 0 | B | 100 | 3A | 49 |
| Octal | 250 | 223 | 342 | 32 | 43 | 0 | 13 | 400 | 72 | 111 |
| Binary | 10101000 | 10010011 | 11100010 | 11010 | 100011 | 0 | 1011 | 100000000 | 111010 | 1001001 |
Color Harmonies of #A893E2
Complementary color
Monochromatic Colors of #A893E2
Black with #A893E2
Text Example
Text Example
White with #A893E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893E2; }
p { color: rgb(168,147,226); }
H1.HeaderClassName
{
color: #A893E2;
}
.AnyTagClassName
{
color: #A893E2;
}
</style>
background-color css
<style>
a { background-color: #A893E2; }
a { background-color: rgb(168,147,226); }
div.DivClassName
{
background-color: #A893E2;
}
.BgClassName
{
background-color: #A893E2;
}
</style>
border-color css
<style>
span { border-color: #A893E2; }
span { border-color: rgb(168,147,226); }
td.TdClassName
{
border-color: #A893E2;
}
.TagClassName
{
border-color: #A893E2;
}
</style>