Shades of Biloba Flower #A997DC
Tints of Biloba Flower #A997DC
RGB
CMYK
RGB Variations
Color information
#A997DC (or 0xA997DC) is known color: Biloba Flower. HEX triplet: A9, 97 and DC. RGB value is (169,151,220). Sum of RGB (Red+Green+Blue) = 169+151+220=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A997DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DC is #566823. Grayscale: #A3A3A3. Windows color (decimal): -5662756 or 14456745. OLE color: 14456745.
HSL color Cylindrical-coordinate representation of color #A997DC: hue angle of 255.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A997DC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 151 | 220 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.14 |
| HSL | 255.65º | 0.5% | 0.73% | - |
| HSV(B) | 255.65º | 0.31% | 0.86% | - |
| XYZ | 40.35 | 35.74 | 72.48 | - |
| YUV | 164.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 220 | 0.23 | 0.31 | 0 | 0.14 | 255.65 | 0.5 | 0.73 |
| Hex | A9 | 97 | DC | 17 | 1F | 0 | E | 100 | 32 | 49 |
| Octal | 251 | 227 | 334 | 27 | 37 | 0 | 16 | 400 | 62 | 111 |
| Binary | 10101001 | 10010111 | 11011100 | 10111 | 11111 | 0 | 1110 | 100000000 | 110010 | 1001001 |
Color Harmonies of #A997DC
Complementary color
Monochromatic Colors of #A997DC
Black with #A997DC
Text Example
Text Example
White with #A997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997DC; }
p { color: rgb(169,151,220); }
H1.HeaderClassName
{
color: #A997DC;
}
.AnyTagClassName
{
color: #A997DC;
}
</style>
background-color css
<style>
a { background-color: #A997DC; }
a { background-color: rgb(169,151,220); }
div.DivClassName
{
background-color: #A997DC;
}
.BgClassName
{
background-color: #A997DC;
}
</style>
border-color css
<style>
span { border-color: #A997DC; }
span { border-color: rgb(169,151,220); }
td.TdClassName
{
border-color: #A997DC;
}
.TagClassName
{
border-color: #A997DC;
}
</style>