Shades of Biloba Flower #A79BCB
Tints of Biloba Flower #A79BCB
RGB
CMYK
RGB Variations
Color information
#A79BCB (or 0xA79BCB) is known color: Biloba Flower. HEX triplet: A7, 9B and CB. RGB value is (167,155,203). Sum of RGB (Red+Green+Blue) = 167+155+203=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A79BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BCB is #586434. Grayscale: #A3A3A3. Windows color (decimal): -5792821 or 13343655. OLE color: 13343655.
HSL color Cylindrical-coordinate representation of color #A79BCB: hue angle of 255º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A79BCB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 155 | 203 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.20 |
| HSL | 255º | 0.32% | 0.7% | - |
| HSV(B) | 255º | 0.24% | 0.8% | - |
| XYZ | 38.44 | 35.97 | 61.42 | - |
| YUV | 164.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 203 | 0.18 | 0.24 | 0 | 0.20 | 255 | 0.32 | 0.7 |
| Hex | A7 | 9B | CB | 12 | 18 | 0 | 14 | FF | 20 | 46 |
| Octal | 247 | 233 | 313 | 22 | 30 | 0 | 24 | 377 | 40 | 106 |
| Binary | 10100111 | 10011011 | 11001011 | 10010 | 11000 | 0 | 10100 | 11111111 | 100000 | 1000110 |
Color Harmonies of #A79BCB
Complementary color
Monochromatic Colors of #A79BCB
Black with #A79BCB
Text Example
Text Example
White with #A79BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BCB; }
p { color: rgb(167,155,203); }
H1.HeaderClassName
{
color: #A79BCB;
}
.AnyTagClassName
{
color: #A79BCB;
}
</style>
background-color css
<style>
a { background-color: #A79BCB; }
a { background-color: rgb(167,155,203); }
div.DivClassName
{
background-color: #A79BCB;
}
.BgClassName
{
background-color: #A79BCB;
}
</style>
border-color css
<style>
span { border-color: #A79BCB; }
span { border-color: rgb(167,155,203); }
td.TdClassName
{
border-color: #A79BCB;
}
.TagClassName
{
border-color: #A79BCB;
}
</style>