Shades of Biloba Flower #A994DC
Tints of Biloba Flower #A994DC
RGB
CMYK
RGB Variations
Color information
#A994DC (or 0xA994DC) is known color: Biloba Flower. HEX triplet: A9, 94 and DC. RGB value is (169,148,220). Sum of RGB (Red+Green+Blue) = 169+148+220=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A994DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994DC is #566B23. Grayscale: #A2A2A2. Windows color (decimal): -5663524 or 14455977. OLE color: 14455977.
HSL color Cylindrical-coordinate representation of color #A994DC: hue angle of 257.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A994DC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 148 | 220 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.14 |
| HSL | 257.5º | 0.51% | 0.72% | - |
| HSV(B) | 257.5º | 0.33% | 0.86% | - |
| XYZ | 39.87 | 34.78 | 72.32 | - |
| YUV | 162.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 220 | 0.23 | 0.33 | 0 | 0.14 | 257.5 | 0.51 | 0.72 |
| Hex | A9 | 94 | DC | 17 | 21 | 0 | E | 102 | 33 | 48 |
| Octal | 251 | 224 | 334 | 27 | 41 | 0 | 16 | 402 | 63 | 110 |
| Binary | 10101001 | 10010100 | 11011100 | 10111 | 100001 | 0 | 1110 | 100000010 | 110011 | 1001000 |
Color Harmonies of #A994DC
Complementary color
Monochromatic Colors of #A994DC
Black with #A994DC
Text Example
Text Example
White with #A994DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994DC; }
p { color: rgb(169,148,220); }
H1.HeaderClassName
{
color: #A994DC;
}
.AnyTagClassName
{
color: #A994DC;
}
</style>
background-color css
<style>
a { background-color: #A994DC; }
a { background-color: rgb(169,148,220); }
div.DivClassName
{
background-color: #A994DC;
}
.BgClassName
{
background-color: #A994DC;
}
</style>
border-color css
<style>
span { border-color: #A994DC; }
span { border-color: rgb(169,148,220); }
td.TdClassName
{
border-color: #A994DC;
}
.TagClassName
{
border-color: #A994DC;
}
</style>