Shades of Biloba Flower #A496D3
Tints of Biloba Flower #A496D3
RGB
CMYK
RGB Variations
Color information
#A496D3 (or 0xA496D3) is known color: Biloba Flower. HEX triplet: A4, 96 and D3. RGB value is (164,150,211). Sum of RGB (Red+Green+Blue) = 164+150+211=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #A496D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496D3 is #5B692C. Grayscale: #A0A0A0. Windows color (decimal): -5990701 or 13866660. OLE color: 13866660.
HSL color Cylindrical-coordinate representation of color #A496D3: hue angle of 253.77º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A496D3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 150 | 211 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.17 |
| HSL | 253.77º | 0.41% | 0.71% | - |
| HSV(B) | 253.77º | 0.29% | 0.83% | - |
| XYZ | 37.97 | 34.41 | 66.27 | - |
| YUV | 161.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 211 | 0.22 | 0.29 | 0 | 0.17 | 253.77 | 0.41 | 0.71 |
| Hex | A4 | 96 | D3 | 16 | 1D | 0 | 11 | FE | 29 | 47 |
| Octal | 244 | 226 | 323 | 26 | 35 | 0 | 21 | 376 | 51 | 107 |
| Binary | 10100100 | 10010110 | 11010011 | 10110 | 11101 | 0 | 10001 | 11111110 | 101001 | 1000111 |
Color Harmonies of #A496D3
Complementary color
Monochromatic Colors of #A496D3
Black with #A496D3
Text Example
Text Example
White with #A496D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A496D3; }
p { color: rgb(164,150,211); }
H1.HeaderClassName
{
color: #A496D3;
}
.AnyTagClassName
{
color: #A496D3;
}
</style>
background-color css
<style>
a { background-color: #A496D3; }
a { background-color: rgb(164,150,211); }
div.DivClassName
{
background-color: #A496D3;
}
.BgClassName
{
background-color: #A496D3;
}
</style>
border-color css
<style>
span { border-color: #A496D3; }
span { border-color: rgb(164,150,211); }
td.TdClassName
{
border-color: #A496D3;
}
.TagClassName
{
border-color: #A496D3;
}
</style>