Shades of Biloba Flower #A591D2
Tints of Biloba Flower #A591D2
RGB
CMYK
RGB Variations
Color information
#A591D2 (or 0xA591D2) is known color: Biloba Flower. HEX triplet: A5, 91 and D2. RGB value is (165,145,210). Sum of RGB (Red+Green+Blue) = 165+145+210=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #A591D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591D2 is #5A6E2D. Grayscale: #9E9E9E. Windows color (decimal): -5926446 or 13799845. OLE color: 13799845.
HSL color Cylindrical-coordinate representation of color #A591D2: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A591D2 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 145 | 210 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.18 |
| HSL | 258.46º | 0.42% | 0.7% | - |
| HSV(B) | 258.46º | 0.31% | 0.82% | - |
| XYZ | 37.28 | 32.9 | 65.36 | - |
| YUV | 158.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 210 | 0.21 | 0.31 | 0 | 0.18 | 258.46 | 0.42 | 0.7 |
| Hex | A5 | 91 | D2 | 15 | 1F | 0 | 12 | 102 | 2A | 46 |
| Octal | 245 | 221 | 322 | 25 | 37 | 0 | 22 | 402 | 52 | 106 |
| Binary | 10100101 | 10010001 | 11010010 | 10101 | 11111 | 0 | 10010 | 100000010 | 101010 | 1000110 |
Color Harmonies of #A591D2
Complementary color
Monochromatic Colors of #A591D2
Black with #A591D2
Text Example
Text Example
White with #A591D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591D2; }
p { color: rgb(165,145,210); }
H1.HeaderClassName
{
color: #A591D2;
}
.AnyTagClassName
{
color: #A591D2;
}
</style>
background-color css
<style>
a { background-color: #A591D2; }
a { background-color: rgb(165,145,210); }
div.DivClassName
{
background-color: #A591D2;
}
.BgClassName
{
background-color: #A591D2;
}
</style>
border-color css
<style>
span { border-color: #A591D2; }
span { border-color: rgb(165,145,210); }
td.TdClassName
{
border-color: #A591D2;
}
.TagClassName
{
border-color: #A591D2;
}
</style>