Shades of Biloba Flower #A292DF
Tints of Biloba Flower #A292DF
RGB
CMYK
RGB Variations
Color information
#A292DF (or 0xA292DF) is known color: Biloba Flower. HEX triplet: A2, 92 and DF. RGB value is (162,146,223). Sum of RGB (Red+Green+Blue) = 162+146+223=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A292DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292DF is #5D6D20. Grayscale: #9F9F9F. Windows color (decimal): -6122785 or 14652066. OLE color: 14652066.
HSL color Cylindrical-coordinate representation of color #A292DF: hue angle of 252.47º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A292DF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 146 | 223 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.13 |
| HSL | 252.47º | 0.55% | 0.72% | - |
| HSV(B) | 252.47º | 0.35% | 0.87% | - |
| XYZ | 38.5 | 33.57 | 74.26 | - |
| YUV | 159.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 223 | 0.27 | 0.35 | 0 | 0.13 | 252.47 | 0.55 | 0.72 |
| Hex | A2 | 92 | DF | 1B | 23 | 0 | D | FC | 37 | 48 |
| Octal | 242 | 222 | 337 | 33 | 43 | 0 | 15 | 374 | 67 | 110 |
| Binary | 10100010 | 10010010 | 11011111 | 11011 | 100011 | 0 | 1101 | 11111100 | 110111 | 1001000 |
Color Harmonies of #A292DF
Complementary color
Monochromatic Colors of #A292DF
Black with #A292DF
Text Example
Text Example
White with #A292DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292DF; }
p { color: rgb(162,146,223); }
H1.HeaderClassName
{
color: #A292DF;
}
.AnyTagClassName
{
color: #A292DF;
}
</style>
background-color css
<style>
a { background-color: #A292DF; }
a { background-color: rgb(162,146,223); }
div.DivClassName
{
background-color: #A292DF;
}
.BgClassName
{
background-color: #A292DF;
}
</style>
border-color css
<style>
span { border-color: #A292DF; }
span { border-color: rgb(162,146,223); }
td.TdClassName
{
border-color: #A292DF;
}
.TagClassName
{
border-color: #A292DF;
}
</style>