Shades of Biloba Flower #A490DC
Tints of Biloba Flower #A490DC
RGB
CMYK
RGB Variations
Color information
#A490DC (or 0xA490DC) is known color: Biloba Flower. HEX triplet: A4, 90 and DC. RGB value is (164,144,220). Sum of RGB (Red+Green+Blue) = 164+144+220=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A490DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490DC is #5B6F23. Grayscale: #9E9E9E. Windows color (decimal): -5992228 or 14454948. OLE color: 14454948.
HSL color Cylindrical-coordinate representation of color #A490DC: hue angle of 255.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A490DC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 144 | 220 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.14 |
| HSL | 255.79º | 0.52% | 0.71% | - |
| HSV(B) | 255.79º | 0.35% | 0.86% | - |
| XYZ | 38.2 | 33.01 | 72.07 | - |
| YUV | 158.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 220 | 0.25 | 0.35 | 0 | 0.14 | 255.79 | 0.52 | 0.71 |
| Hex | A4 | 90 | DC | 19 | 23 | 0 | E | 100 | 34 | 47 |
| Octal | 244 | 220 | 334 | 31 | 43 | 0 | 16 | 400 | 64 | 107 |
| Binary | 10100100 | 10010000 | 11011100 | 11001 | 100011 | 0 | 1110 | 100000000 | 110100 | 1000111 |
Color Harmonies of #A490DC
Complementary color
Monochromatic Colors of #A490DC
Black with #A490DC
Text Example
Text Example
White with #A490DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490DC; }
p { color: rgb(164,144,220); }
H1.HeaderClassName
{
color: #A490DC;
}
.AnyTagClassName
{
color: #A490DC;
}
</style>
background-color css
<style>
a { background-color: #A490DC; }
a { background-color: rgb(164,144,220); }
div.DivClassName
{
background-color: #A490DC;
}
.BgClassName
{
background-color: #A490DC;
}
</style>
border-color css
<style>
span { border-color: #A490DC; }
span { border-color: rgb(164,144,220); }
td.TdClassName
{
border-color: #A490DC;
}
.TagClassName
{
border-color: #A490DC;
}
</style>