Shades of Biloba Flower #A795DB
Tints of Biloba Flower #A795DB
RGB
CMYK
RGB Variations
Color information
#A795DB (or 0xA795DB) is known color: Biloba Flower. HEX triplet: A7, 95 and DB. RGB value is (167,149,219). Sum of RGB (Red+Green+Blue) = 167+149+219=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A795DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795DB is #586A24. Grayscale: #A2A2A2. Windows color (decimal): -5794341 or 14390695. OLE color: 14390695.
HSL color Cylindrical-coordinate representation of color #A795DB: hue angle of 255.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A795DB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 149 | 219 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.14 |
| HSL | 255.43º | 0.49% | 0.72% | - |
| HSV(B) | 255.43º | 0.32% | 0.86% | - |
| XYZ | 39.47 | 34.82 | 71.66 | - |
| YUV | 162.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 219 | 0.24 | 0.32 | 0 | 0.14 | 255.43 | 0.49 | 0.72 |
| Hex | A7 | 95 | DB | 18 | 20 | 0 | E | FF | 31 | 48 |
| Octal | 247 | 225 | 333 | 30 | 40 | 0 | 16 | 377 | 61 | 110 |
| Binary | 10100111 | 10010101 | 11011011 | 11000 | 100000 | 0 | 1110 | 11111111 | 110001 | 1001000 |
Color Harmonies of #A795DB
Complementary color
Monochromatic Colors of #A795DB
Black with #A795DB
Text Example
Text Example
White with #A795DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795DB; }
p { color: rgb(167,149,219); }
H1.HeaderClassName
{
color: #A795DB;
}
.AnyTagClassName
{
color: #A795DB;
}
</style>
background-color css
<style>
a { background-color: #A795DB; }
a { background-color: rgb(167,149,219); }
div.DivClassName
{
background-color: #A795DB;
}
.BgClassName
{
background-color: #A795DB;
}
</style>
border-color css
<style>
span { border-color: #A795DB; }
span { border-color: rgb(167,149,219); }
td.TdClassName
{
border-color: #A795DB;
}
.TagClassName
{
border-color: #A795DB;
}
</style>