Shades of Biloba Flower #A89CCF
Tints of Biloba Flower #A89CCF
RGB
CMYK
RGB Variations
Color information
#A89CCF (or 0xA89CCF) is known color: Biloba Flower. HEX triplet: A8, 9C and CF. RGB value is (168,156,207). Sum of RGB (Red+Green+Blue) = 168+156+207=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A89CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCF is #576330. Grayscale: #A5A5A5. Windows color (decimal): -5727025 or 13606056. OLE color: 13606056.
HSL color Cylindrical-coordinate representation of color #A89CCF: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89CCF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 156 | 207 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.19 |
| HSL | 254.12º | 0.35% | 0.71% | - |
| HSV(B) | 254.12º | 0.25% | 0.81% | - |
| XYZ | 39.3 | 36.61 | 64.03 | - |
| YUV | 165.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 207 | 0.19 | 0.25 | 0 | 0.19 | 254.12 | 0.35 | 0.71 |
| Hex | A8 | 9C | CF | 13 | 19 | 0 | 13 | FE | 23 | 47 |
| Octal | 250 | 234 | 317 | 23 | 31 | 0 | 23 | 376 | 43 | 107 |
| Binary | 10101000 | 10011100 | 11001111 | 10011 | 11001 | 0 | 10011 | 11111110 | 100011 | 1000111 |
Color Harmonies of #A89CCF
Complementary color
Monochromatic Colors of #A89CCF
Black with #A89CCF
Text Example
Text Example
White with #A89CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CCF; }
p { color: rgb(168,156,207); }
H1.HeaderClassName
{
color: #A89CCF;
}
.AnyTagClassName
{
color: #A89CCF;
}
</style>
background-color css
<style>
a { background-color: #A89CCF; }
a { background-color: rgb(168,156,207); }
div.DivClassName
{
background-color: #A89CCF;
}
.BgClassName
{
background-color: #A89CCF;
}
</style>
border-color css
<style>
span { border-color: #A89CCF; }
span { border-color: rgb(168,156,207); }
td.TdClassName
{
border-color: #A89CCF;
}
.TagClassName
{
border-color: #A89CCF;
}
</style>