Shades of Biloba Flower #A190DD
Tints of Biloba Flower #A190DD
RGB
CMYK
RGB Variations
Color information
#A190DD (or 0xA190DD) is known color: Biloba Flower. HEX triplet: A1, 90 and DD. RGB value is (161,144,221). Sum of RGB (Red+Green+Blue) = 161+144+221=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DD is #5E6F22. Grayscale: #9D9D9D. Windows color (decimal): -6188835 or 14520481. OLE color: 14520481.
HSL color Cylindrical-coordinate representation of color #A190DD: hue angle of 253.25º 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 #A190DD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 144 | 221 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.13 |
| HSL | 253.25º | 0.53% | 0.72% | - |
| HSV(B) | 253.25º | 0.35% | 0.87% | - |
| XYZ | 37.72 | 32.74 | 72.74 | - |
| YUV | 157.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 221 | 0.27 | 0.35 | 0 | 0.13 | 253.25 | 0.53 | 0.72 |
| Hex | A1 | 90 | DD | 1B | 23 | 0 | D | FD | 35 | 48 |
| Octal | 241 | 220 | 335 | 33 | 43 | 0 | 15 | 375 | 65 | 110 |
| Binary | 10100001 | 10010000 | 11011101 | 11011 | 100011 | 0 | 1101 | 11111101 | 110101 | 1001000 |
Color Harmonies of #A190DD
Complementary color
Monochromatic Colors of #A190DD
Black with #A190DD
Text Example
Text Example
White with #A190DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190DD; }
p { color: rgb(161,144,221); }
H1.HeaderClassName
{
color: #A190DD;
}
.AnyTagClassName
{
color: #A190DD;
}
</style>
background-color css
<style>
a { background-color: #A190DD; }
a { background-color: rgb(161,144,221); }
div.DivClassName
{
background-color: #A190DD;
}
.BgClassName
{
background-color: #A190DD;
}
</style>
border-color css
<style>
span { border-color: #A190DD; }
span { border-color: rgb(161,144,221); }
td.TdClassName
{
border-color: #A190DD;
}
.TagClassName
{
border-color: #A190DD;
}
</style>