Shades of Biloba Flower #A494DD
Tints of Biloba Flower #A494DD
RGB
CMYK
RGB Variations
Color information
#A494DD (or 0xA494DD) is known color: Biloba Flower. HEX triplet: A4, 94 and DD. RGB value is (164,148,221). Sum of RGB (Red+Green+Blue) = 164+148+221=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A494DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494DD is #5B6B22. Grayscale: #A0A0A0. Windows color (decimal): -5991203 or 14521508. OLE color: 14521508.
HSL color Cylindrical-coordinate representation of color #A494DD: hue angle of 253.15º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A494DD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 148 | 221 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.13 |
| HSL | 253.15º | 0.52% | 0.72% | - |
| HSV(B) | 253.15º | 0.33% | 0.87% | - |
| XYZ | 38.95 | 34.29 | 72.97 | - |
| YUV | 161.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 221 | 0.26 | 0.33 | 0 | 0.13 | 253.15 | 0.52 | 0.72 |
| Hex | A4 | 94 | DD | 1A | 21 | 0 | D | FD | 34 | 48 |
| Octal | 244 | 224 | 335 | 32 | 41 | 0 | 15 | 375 | 64 | 110 |
| Binary | 10100100 | 10010100 | 11011101 | 11010 | 100001 | 0 | 1101 | 11111101 | 110100 | 1001000 |
Color Harmonies of #A494DD
Complementary color
Monochromatic Colors of #A494DD
Black with #A494DD
Text Example
Text Example
White with #A494DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494DD; }
p { color: rgb(164,148,221); }
H1.HeaderClassName
{
color: #A494DD;
}
.AnyTagClassName
{
color: #A494DD;
}
</style>
background-color css
<style>
a { background-color: #A494DD; }
a { background-color: rgb(164,148,221); }
div.DivClassName
{
background-color: #A494DD;
}
.BgClassName
{
background-color: #A494DD;
}
</style>
border-color css
<style>
span { border-color: #A494DD; }
span { border-color: rgb(164,148,221); }
td.TdClassName
{
border-color: #A494DD;
}
.TagClassName
{
border-color: #A494DD;
}
</style>