Shades of Biloba Flower #A792DB
Tints of Biloba Flower #A792DB
RGB
CMYK
RGB Variations
Color information
#A792DB (or 0xA792DB) is known color: Biloba Flower. HEX triplet: A7, 92 and DB. RGB value is (167,146,219). Sum of RGB (Red+Green+Blue) = 167+146+219=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A792DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792DB is #586D24. Grayscale: #A0A0A0. Windows color (decimal): -5795109 or 14389927. OLE color: 14389927.
HSL color Cylindrical-coordinate representation of color #A792DB: hue angle of 257.26º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A792DB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 146 | 219 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.14 |
| HSL | 257.26º | 0.5% | 0.72% | - |
| HSV(B) | 257.26º | 0.33% | 0.86% | - |
| XYZ | 39 | 33.89 | 71.5 | - |
| YUV | 160.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 219 | 0.24 | 0.33 | 0 | 0.14 | 257.26 | 0.5 | 0.72 |
| Hex | A7 | 92 | DB | 18 | 21 | 0 | E | 101 | 32 | 48 |
| Octal | 247 | 222 | 333 | 30 | 41 | 0 | 16 | 401 | 62 | 110 |
| Binary | 10100111 | 10010010 | 11011011 | 11000 | 100001 | 0 | 1110 | 100000001 | 110010 | 1001000 |
Color Harmonies of #A792DB
Complementary color
Monochromatic Colors of #A792DB
Black with #A792DB
Text Example
Text Example
White with #A792DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792DB; }
p { color: rgb(167,146,219); }
H1.HeaderClassName
{
color: #A792DB;
}
.AnyTagClassName
{
color: #A792DB;
}
</style>
background-color css
<style>
a { background-color: #A792DB; }
a { background-color: rgb(167,146,219); }
div.DivClassName
{
background-color: #A792DB;
}
.BgClassName
{
background-color: #A792DB;
}
</style>
border-color css
<style>
span { border-color: #A792DB; }
span { border-color: rgb(167,146,219); }
td.TdClassName
{
border-color: #A792DB;
}
.TagClassName
{
border-color: #A792DB;
}
</style>