Shades of Biloba Flower #A58FDC
Tints of Biloba Flower #A58FDC
RGB
CMYK
RGB Variations
Color information
#A58FDC (or 0xA58FDC) is known color: Biloba Flower. HEX triplet: A5, 8F and DC. RGB value is (165,143,220). Sum of RGB (Red+Green+Blue) = 165+143+220=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDC is #5A7023. Grayscale: #9E9E9E. Windows color (decimal): -5926948 or 14454693. OLE color: 14454693.
HSL color Cylindrical-coordinate representation of color #A58FDC: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58FDC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 143 | 220 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.14 |
| HSL | 257.14º | 0.52% | 0.71% | - |
| HSV(B) | 257.14º | 0.35% | 0.86% | - |
| XYZ | 38.26 | 32.81 | 72.03 | - |
| YUV | 158.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 220 | 0.25 | 0.35 | 0 | 0.14 | 257.14 | 0.52 | 0.71 |
| Hex | A5 | 8F | DC | 19 | 23 | 0 | E | 101 | 34 | 47 |
| Octal | 245 | 217 | 334 | 31 | 43 | 0 | 16 | 401 | 64 | 107 |
| Binary | 10100101 | 10001111 | 11011100 | 11001 | 100011 | 0 | 1110 | 100000001 | 110100 | 1000111 |
Color Harmonies of #A58FDC
Complementary color
Monochromatic Colors of #A58FDC
Black with #A58FDC
Text Example
Text Example
White with #A58FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FDC; }
p { color: rgb(165,143,220); }
H1.HeaderClassName
{
color: #A58FDC;
}
.AnyTagClassName
{
color: #A58FDC;
}
</style>
background-color css
<style>
a { background-color: #A58FDC; }
a { background-color: rgb(165,143,220); }
div.DivClassName
{
background-color: #A58FDC;
}
.BgClassName
{
background-color: #A58FDC;
}
</style>
border-color css
<style>
span { border-color: #A58FDC; }
span { border-color: rgb(165,143,220); }
td.TdClassName
{
border-color: #A58FDC;
}
.TagClassName
{
border-color: #A58FDC;
}
</style>