Shades of Biloba Flower #A78CCC
Tints of Biloba Flower #A78CCC
RGB
CMYK
RGB Variations
Color information
#A78CCC (or 0xA78CCC) is known color: Biloba Flower. HEX triplet: A7, 8C and CC. RGB value is (167,140,204). Sum of RGB (Red+Green+Blue) = 167+140+204=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCC is #587333. Grayscale: #9B9B9B. Windows color (decimal): -5796660 or 13405351. OLE color: 13405351.
HSL color Cylindrical-coordinate representation of color #A78CCC: hue angle of 265.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78CCC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 140 | 204 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.2 |
| HSL | 265.31º | 0.39% | 0.67% | - |
| HSV(B) | 265.31º | 0.31% | 0.8% | - |
| XYZ | 36.21 | 31.33 | 61.27 | - |
| YUV | 155.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 204 | 0.18 | 0.31 | 0 | 0.2 | 265.31 | 0.39 | 0.67 |
| Hex | A7 | 8C | CC | 12 | 1F | 0 | 14 | 109 | 27 | 43 |
| Octal | 247 | 214 | 314 | 22 | 37 | 0 | 24 | 411 | 47 | 103 |
| Binary | 10100111 | 10001100 | 11001100 | 10010 | 11111 | 0 | 10100 | 100001001 | 100111 | 1000011 |
Color Harmonies of #A78CCC
Complementary color
Monochromatic Colors of #A78CCC
Black with #A78CCC
Text Example
Text Example
White with #A78CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CCC; }
p { color: rgb(167,140,204); }
H1.HeaderClassName
{
color: #A78CCC;
}
.AnyTagClassName
{
color: #A78CCC;
}
</style>
background-color css
<style>
a { background-color: #A78CCC; }
a { background-color: rgb(167,140,204); }
div.DivClassName
{
background-color: #A78CCC;
}
.BgClassName
{
background-color: #A78CCC;
}
</style>
border-color css
<style>
span { border-color: #A78CCC; }
span { border-color: rgb(167,140,204); }
td.TdClassName
{
border-color: #A78CCC;
}
.TagClassName
{
border-color: #A78CCC;
}
</style>