Shades of Biloba Flower #A89CCC
Tints of Biloba Flower #A89CCC
RGB
CMYK
RGB Variations
Color information
#A89CCC (or 0xA89CCC) is known color: Biloba Flower. HEX triplet: A8, 9C and CC. RGB value is (168,156,204). Sum of RGB (Red+Green+Blue) = 168+156+204=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCC is #576333. Grayscale: #A4A4A4. Windows color (decimal): -5727028 or 13409448. OLE color: 13409448.
HSL color Cylindrical-coordinate representation of color #A89CCC: hue angle of 255º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89CCC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 156 | 204 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.2 |
| HSL | 255º | 0.32% | 0.71% | - |
| HSV(B) | 255º | 0.24% | 0.8% | - |
| XYZ | 38.94 | 36.46 | 62.11 | - |
| YUV | 165.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 204 | 0.18 | 0.24 | 0 | 0.2 | 255 | 0.32 | 0.71 |
| Hex | A8 | 9C | CC | 12 | 18 | 0 | 14 | FF | 20 | 47 |
| Octal | 250 | 234 | 314 | 22 | 30 | 0 | 24 | 377 | 40 | 107 |
| Binary | 10101000 | 10011100 | 11001100 | 10010 | 11000 | 0 | 10100 | 11111111 | 100000 | 1000111 |
Color Harmonies of #A89CCC
Complementary color
Monochromatic Colors of #A89CCC
Black with #A89CCC
Text Example
Text Example
White with #A89CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CCC; }
p { color: rgb(168,156,204); }
H1.HeaderClassName
{
color: #A89CCC;
}
.AnyTagClassName
{
color: #A89CCC;
}
</style>
background-color css
<style>
a { background-color: #A89CCC; }
a { background-color: rgb(168,156,204); }
div.DivClassName
{
background-color: #A89CCC;
}
.BgClassName
{
background-color: #A89CCC;
}
</style>
border-color css
<style>
span { border-color: #A89CCC; }
span { border-color: rgb(168,156,204); }
td.TdClassName
{
border-color: #A89CCC;
}
.TagClassName
{
border-color: #A89CCC;
}
</style>