Shades of Biloba Flower #A893D6
Tints of Biloba Flower #A893D6
RGB
CMYK
RGB Variations
Color information
#A893D6 (or 0xA893D6) is known color: Biloba Flower. HEX triplet: A8, 93 and D6. RGB value is (168,147,214). Sum of RGB (Red+Green+Blue) = 168+147+214=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #A893D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893D6 is #576C29. Grayscale: #A0A0A0. Windows color (decimal): -5729322 or 14062504. OLE color: 14062504.
HSL color Cylindrical-coordinate representation of color #A893D6: hue angle of 258.81º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A893D6 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 147 | 214 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.16 |
| HSL | 258.81º | 0.45% | 0.71% | - |
| HSV(B) | 258.81º | 0.31% | 0.84% | - |
| XYZ | 38.72 | 34.05 | 68.15 | - |
| YUV | 160.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 214 | 0.21 | 0.31 | 0 | 0.16 | 258.81 | 0.45 | 0.71 |
| Hex | A8 | 93 | D6 | 15 | 1F | 0 | 10 | 103 | 2D | 47 |
| Octal | 250 | 223 | 326 | 25 | 37 | 0 | 20 | 403 | 55 | 107 |
| Binary | 10101000 | 10010011 | 11010110 | 10101 | 11111 | 0 | 10000 | 100000011 | 101101 | 1000111 |
Color Harmonies of #A893D6
Complementary color
Monochromatic Colors of #A893D6
Black with #A893D6
Text Example
Text Example
White with #A893D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893D6; }
p { color: rgb(168,147,214); }
H1.HeaderClassName
{
color: #A893D6;
}
.AnyTagClassName
{
color: #A893D6;
}
</style>
background-color css
<style>
a { background-color: #A893D6; }
a { background-color: rgb(168,147,214); }
div.DivClassName
{
background-color: #A893D6;
}
.BgClassName
{
background-color: #A893D6;
}
</style>
border-color css
<style>
span { border-color: #A893D6; }
span { border-color: rgb(168,147,214); }
td.TdClassName
{
border-color: #A893D6;
}
.TagClassName
{
border-color: #A893D6;
}
</style>