Shades of Biloba Flower #A290DF
Tints of Biloba Flower #A290DF
RGB
CMYK
RGB Variations
Color information
#A290DF (or 0xA290DF) is known color: Biloba Flower. HEX triplet: A2, 90 and DF. RGB value is (162,144,223). Sum of RGB (Red+Green+Blue) = 162+144+223=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A290DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DF is #5D6F20. Grayscale: #9E9E9E. Windows color (decimal): -6123297 or 14651554. OLE color: 14651554.
HSL color Cylindrical-coordinate representation of color #A290DF: hue angle of 253.67º 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 #A290DF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 144 | 223 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.13 |
| HSL | 253.67º | 0.55% | 0.72% | - |
| HSV(B) | 253.67º | 0.35% | 0.87% | - |
| XYZ | 38.19 | 32.96 | 74.16 | - |
| YUV | 158.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 223 | 0.27 | 0.35 | 0 | 0.13 | 253.67 | 0.55 | 0.72 |
| Hex | A2 | 90 | DF | 1B | 23 | 0 | D | FE | 37 | 48 |
| Octal | 242 | 220 | 337 | 33 | 43 | 0 | 15 | 376 | 67 | 110 |
| Binary | 10100010 | 10010000 | 11011111 | 11011 | 100011 | 0 | 1101 | 11111110 | 110111 | 1001000 |
Color Harmonies of #A290DF
Complementary color
Monochromatic Colors of #A290DF
Black with #A290DF
Text Example
Text Example
White with #A290DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290DF; }
p { color: rgb(162,144,223); }
H1.HeaderClassName
{
color: #A290DF;
}
.AnyTagClassName
{
color: #A290DF;
}
</style>
background-color css
<style>
a { background-color: #A290DF; }
a { background-color: rgb(162,144,223); }
div.DivClassName
{
background-color: #A290DF;
}
.BgClassName
{
background-color: #A290DF;
}
</style>
border-color css
<style>
span { border-color: #A290DF; }
span { border-color: rgb(162,144,223); }
td.TdClassName
{
border-color: #A290DF;
}
.TagClassName
{
border-color: #A290DF;
}
</style>