Shades of Biloba Flower #A595D6
Tints of Biloba Flower #A595D6
RGB
CMYK
RGB Variations
Color information
#A595D6 (or 0xA595D6) is known color: Biloba Flower. HEX triplet: A5, 95 and D6. RGB value is (165,149,214). Sum of RGB (Red+Green+Blue) = 165+149+214=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #A595D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595D6 is #5A6A29. Grayscale: #A0A0A0. Windows color (decimal): -5925418 or 14063013. OLE color: 14063013.
HSL color Cylindrical-coordinate representation of color #A595D6: hue angle of 254.77º 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 #A595D6 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 149 | 214 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.16 |
| HSL | 254.77º | 0.44% | 0.71% | - |
| HSV(B) | 254.77º | 0.3% | 0.84% | - |
| XYZ | 38.4 | 34.35 | 68.22 | - |
| YUV | 161.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 214 | 0.23 | 0.30 | 0 | 0.16 | 254.77 | 0.44 | 0.71 |
| Hex | A5 | 95 | D6 | 17 | 1E | 0 | 10 | FF | 2C | 47 |
| Octal | 245 | 225 | 326 | 27 | 36 | 0 | 20 | 377 | 54 | 107 |
| Binary | 10100101 | 10010101 | 11010110 | 10111 | 11110 | 0 | 10000 | 11111111 | 101100 | 1000111 |
Color Harmonies of #A595D6
Complementary color
Monochromatic Colors of #A595D6
Black with #A595D6
Text Example
Text Example
White with #A595D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595D6; }
p { color: rgb(165,149,214); }
H1.HeaderClassName
{
color: #A595D6;
}
.AnyTagClassName
{
color: #A595D6;
}
</style>
background-color css
<style>
a { background-color: #A595D6; }
a { background-color: rgb(165,149,214); }
div.DivClassName
{
background-color: #A595D6;
}
.BgClassName
{
background-color: #A595D6;
}
</style>
border-color css
<style>
span { border-color: #A595D6; }
span { border-color: rgb(165,149,214); }
td.TdClassName
{
border-color: #A595D6;
}
.TagClassName
{
border-color: #A595D6;
}
</style>