Shades of Biloba Flower #A494DE
Tints of Biloba Flower #A494DE
RGB
CMYK
RGB Variations
Color information
#A494DE (or 0xA494DE) is known color: Biloba Flower. HEX triplet: A4, 94 and DE. RGB value is (164,148,222). Sum of RGB (Red+Green+Blue) = 164+148+222=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #A494DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494DE is #5B6B21. Grayscale: #A0A0A0. Windows color (decimal): -5991202 or 14587044. OLE color: 14587044.
HSL color Cylindrical-coordinate representation of color #A494DE: hue angle of 252.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A494DE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 148 | 222 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.13 |
| HSL | 252.97º | 0.53% | 0.73% | - |
| HSV(B) | 252.97º | 0.33% | 0.87% | - |
| XYZ | 39.08 | 34.35 | 73.68 | - |
| YUV | 161.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 222 | 0.26 | 0.33 | 0 | 0.13 | 252.97 | 0.53 | 0.73 |
| Hex | A4 | 94 | DE | 1A | 21 | 0 | D | FD | 35 | 49 |
| Octal | 244 | 224 | 336 | 32 | 41 | 0 | 15 | 375 | 65 | 111 |
| Binary | 10100100 | 10010100 | 11011110 | 11010 | 100001 | 0 | 1101 | 11111101 | 110101 | 1001001 |
Color Harmonies of #A494DE
Complementary color
Monochromatic Colors of #A494DE
Black with #A494DE
Text Example
Text Example
White with #A494DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494DE; }
p { color: rgb(164,148,222); }
H1.HeaderClassName
{
color: #A494DE;
}
.AnyTagClassName
{
color: #A494DE;
}
</style>
background-color css
<style>
a { background-color: #A494DE; }
a { background-color: rgb(164,148,222); }
div.DivClassName
{
background-color: #A494DE;
}
.BgClassName
{
background-color: #A494DE;
}
</style>
border-color css
<style>
span { border-color: #A494DE; }
span { border-color: rgb(164,148,222); }
td.TdClassName
{
border-color: #A494DE;
}
.TagClassName
{
border-color: #A494DE;
}
</style>