Shades of Biloba Flower #A897F2
Tints of Biloba Flower #A897F2
RGB
CMYK
RGB Variations
Color information
#A897F2 (or 0xA897F2) is known color: Biloba Flower. HEX triplet: A8, 97 and F2. RGB value is (168,151,242). Sum of RGB (Red+Green+Blue) = 168+151+242=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #A897F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897F2 is #57680D. Grayscale: #A6A6A6. Windows color (decimal): -5728270 or 15898536. OLE color: 15898536.
HSL color Cylindrical-coordinate representation of color #A897F2: hue angle of 251.21º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A897F2 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 151 | 242 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.05 |
| HSL | 251.21º | 0.78% | 0.77% | - |
| HSV(B) | 251.21º | 0.38% | 0.95% | - |
| XYZ | 43.24 | 36.87 | 88.84 | - |
| YUV | 166.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 242 | 0.31 | 0.38 | 0 | 0.05 | 251.21 | 0.78 | 0.77 |
| Hex | A8 | 97 | F2 | 1F | 26 | 0 | 5 | FB | 4E | 4D |
| Octal | 250 | 227 | 362 | 37 | 46 | 0 | 5 | 373 | 116 | 115 |
| Binary | 10101000 | 10010111 | 11110010 | 11111 | 100110 | 0 | 101 | 11111011 | 1001110 | 1001101 |
Color Harmonies of #A897F2
Complementary color
Monochromatic Colors of #A897F2
Black with #A897F2
Text Example
Text Example
White with #A897F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897F2; }
p { color: rgb(168,151,242); }
H1.HeaderClassName
{
color: #A897F2;
}
.AnyTagClassName
{
color: #A897F2;
}
</style>
background-color css
<style>
a { background-color: #A897F2; }
a { background-color: rgb(168,151,242); }
div.DivClassName
{
background-color: #A897F2;
}
.BgClassName
{
background-color: #A897F2;
}
</style>
border-color css
<style>
span { border-color: #A897F2; }
span { border-color: rgb(168,151,242); }
td.TdClassName
{
border-color: #A897F2;
}
.TagClassName
{
border-color: #A897F2;
}
</style>