Shades of Biloba Flower #A290DD
Tints of Biloba Flower #A290DD
RGB
CMYK
RGB Variations
Color information
#A290DD (or 0xA290DD) is known color: Biloba Flower. HEX triplet: A2, 90 and DD. RGB value is (162,144,221). Sum of RGB (Red+Green+Blue) = 162+144+221=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A290DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DD is #5D6F22. Grayscale: #9D9D9D. Windows color (decimal): -6123299 or 14520482. OLE color: 14520482.
HSL color Cylindrical-coordinate representation of color #A290DD: hue angle of 254.03º degrees, saturation: 0.53, 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 #A290DD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 144 | 221 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.13 |
| HSL | 254.03º | 0.53% | 0.72% | - |
| HSV(B) | 254.03º | 0.35% | 0.87% | - |
| XYZ | 37.92 | 32.85 | 72.75 | - |
| YUV | 158.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 221 | 0.27 | 0.35 | 0 | 0.13 | 254.03 | 0.53 | 0.72 |
| Hex | A2 | 90 | DD | 1B | 23 | 0 | D | FE | 35 | 48 |
| Octal | 242 | 220 | 335 | 33 | 43 | 0 | 15 | 376 | 65 | 110 |
| Binary | 10100010 | 10010000 | 11011101 | 11011 | 100011 | 0 | 1101 | 11111110 | 110101 | 1001000 |
Color Harmonies of #A290DD
Complementary color
Monochromatic Colors of #A290DD
Black with #A290DD
Text Example
Text Example
White with #A290DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290DD; }
p { color: rgb(162,144,221); }
H1.HeaderClassName
{
color: #A290DD;
}
.AnyTagClassName
{
color: #A290DD;
}
</style>
background-color css
<style>
a { background-color: #A290DD; }
a { background-color: rgb(162,144,221); }
div.DivClassName
{
background-color: #A290DD;
}
.BgClassName
{
background-color: #A290DD;
}
</style>
border-color css
<style>
span { border-color: #A290DD; }
span { border-color: rgb(162,144,221); }
td.TdClassName
{
border-color: #A290DD;
}
.TagClassName
{
border-color: #A290DD;
}
</style>