Shades of Biloba Flower #A495D6
Tints of Biloba Flower #A495D6
RGB
CMYK
RGB Variations
Color information
#A495D6 (or 0xA495D6) is known color: Biloba Flower. HEX triplet: A4, 95 and D6. RGB value is (164,149,214). Sum of RGB (Red+Green+Blue) = 164+149+214=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #A495D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495D6 is #5B6A29. Grayscale: #A0A0A0. Windows color (decimal): -5990954 or 14063012. OLE color: 14063012.
HSL color Cylindrical-coordinate representation of color #A495D6: hue angle of 253.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A495D6 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 149 | 214 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.16 |
| HSL | 253.85º | 0.44% | 0.71% | - |
| HSV(B) | 253.85º | 0.3% | 0.84% | - |
| XYZ | 38.19 | 34.24 | 68.21 | - |
| YUV | 160.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 214 | 0.23 | 0.30 | 0 | 0.16 | 253.85 | 0.44 | 0.71 |
| Hex | A4 | 95 | D6 | 17 | 1E | 0 | 10 | FE | 2C | 47 |
| Octal | 244 | 225 | 326 | 27 | 36 | 0 | 20 | 376 | 54 | 107 |
| Binary | 10100100 | 10010101 | 11010110 | 10111 | 11110 | 0 | 10000 | 11111110 | 101100 | 1000111 |
Color Harmonies of #A495D6
Complementary color
Monochromatic Colors of #A495D6
Black with #A495D6
Text Example
Text Example
White with #A495D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495D6; }
p { color: rgb(164,149,214); }
H1.HeaderClassName
{
color: #A495D6;
}
.AnyTagClassName
{
color: #A495D6;
}
</style>
background-color css
<style>
a { background-color: #A495D6; }
a { background-color: rgb(164,149,214); }
div.DivClassName
{
background-color: #A495D6;
}
.BgClassName
{
background-color: #A495D6;
}
</style>
border-color css
<style>
span { border-color: #A495D6; }
span { border-color: rgb(164,149,214); }
td.TdClassName
{
border-color: #A495D6;
}
.TagClassName
{
border-color: #A495D6;
}
</style>