Shades of Biloba Flower #A593D1
Tints of Biloba Flower #A593D1
RGB
CMYK
RGB Variations
Color information
#A593D1 (or 0xA593D1) is known color: Biloba Flower. HEX triplet: A5, 93 and D1. RGB value is (165,147,209). Sum of RGB (Red+Green+Blue) = 165+147+209=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A593D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593D1 is #5A6C2E. Grayscale: #9F9F9F. Windows color (decimal): -5925935 or 13734821. OLE color: 13734821.
HSL color Cylindrical-coordinate representation of color #A593D1: hue angle of 257.42º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A593D1 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 147 | 209 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.18 |
| HSL | 257.42º | 0.4% | 0.7% | - |
| HSV(B) | 257.42º | 0.3% | 0.82% | - |
| XYZ | 37.46 | 33.47 | 64.81 | - |
| YUV | 159.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 209 | 0.21 | 0.30 | 0 | 0.18 | 257.42 | 0.4 | 0.7 |
| Hex | A5 | 93 | D1 | 15 | 1E | 0 | 12 | 101 | 28 | 46 |
| Octal | 245 | 223 | 321 | 25 | 36 | 0 | 22 | 401 | 50 | 106 |
| Binary | 10100101 | 10010011 | 11010001 | 10101 | 11110 | 0 | 10010 | 100000001 | 101000 | 1000110 |
Color Harmonies of #A593D1
Complementary color
Monochromatic Colors of #A593D1
Black with #A593D1
Text Example
Text Example
White with #A593D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593D1; }
p { color: rgb(165,147,209); }
H1.HeaderClassName
{
color: #A593D1;
}
.AnyTagClassName
{
color: #A593D1;
}
</style>
background-color css
<style>
a { background-color: #A593D1; }
a { background-color: rgb(165,147,209); }
div.DivClassName
{
background-color: #A593D1;
}
.BgClassName
{
background-color: #A593D1;
}
</style>
border-color css
<style>
span { border-color: #A593D1; }
span { border-color: rgb(165,147,209); }
td.TdClassName
{
border-color: #A593D1;
}
.TagClassName
{
border-color: #A593D1;
}
</style>