Shades of Biloba Flower #A796DF
Tints of Biloba Flower #A796DF
RGB
CMYK
RGB Variations
Color information
#A796DF (or 0xA796DF) is known color: Biloba Flower. HEX triplet: A7, 96 and DF. RGB value is (167,150,223). Sum of RGB (Red+Green+Blue) = 167+150+223=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A796DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DF is #586920. Grayscale: #A3A3A3. Windows color (decimal): -5794081 or 14653095. OLE color: 14653095.
HSL color Cylindrical-coordinate representation of color #A796DF: hue angle of 253.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A796DF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 150 | 223 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.13 |
| HSL | 253.97º | 0.53% | 0.73% | - |
| HSV(B) | 253.97º | 0.33% | 0.87% | - |
| XYZ | 40.16 | 35.36 | 74.52 | - |
| YUV | 163.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 223 | 0.25 | 0.33 | 0 | 0.13 | 253.97 | 0.53 | 0.73 |
| Hex | A7 | 96 | DF | 19 | 21 | 0 | D | FE | 35 | 49 |
| Octal | 247 | 226 | 337 | 31 | 41 | 0 | 15 | 376 | 65 | 111 |
| Binary | 10100111 | 10010110 | 11011111 | 11001 | 100001 | 0 | 1101 | 11111110 | 110101 | 1001001 |
Color Harmonies of #A796DF
Complementary color
Monochromatic Colors of #A796DF
Black with #A796DF
Text Example
Text Example
White with #A796DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A796DF; }
p { color: rgb(167,150,223); }
H1.HeaderClassName
{
color: #A796DF;
}
.AnyTagClassName
{
color: #A796DF;
}
</style>
background-color css
<style>
a { background-color: #A796DF; }
a { background-color: rgb(167,150,223); }
div.DivClassName
{
background-color: #A796DF;
}
.BgClassName
{
background-color: #A796DF;
}
</style>
border-color css
<style>
span { border-color: #A796DF; }
span { border-color: rgb(167,150,223); }
td.TdClassName
{
border-color: #A796DF;
}
.TagClassName
{
border-color: #A796DF;
}
</style>