Shades of Biloba Flower #A58CDC
Tints of Biloba Flower #A58CDC
RGB
CMYK
RGB Variations
Color information
#A58CDC (or 0xA58CDC) is known color: Biloba Flower. HEX triplet: A5, 8C and DC. RGB value is (165,140,220). Sum of RGB (Red+Green+Blue) = 165+140+220=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CDC is #5A7323. Grayscale: #9C9C9C. Windows color (decimal): -5927716 or 14453925. OLE color: 14453925.
HSL color Cylindrical-coordinate representation of color #A58CDC: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58CDC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 140 | 220 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.14 |
| HSL | 258.75º | 0.53% | 0.71% | - |
| HSV(B) | 258.75º | 0.36% | 0.86% | - |
| XYZ | 37.81 | 31.92 | 71.88 | - |
| YUV | 156.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 220 | 0.25 | 0.36 | 0 | 0.14 | 258.75 | 0.53 | 0.71 |
| Hex | A5 | 8C | DC | 19 | 24 | 0 | E | 103 | 35 | 47 |
| Octal | 245 | 214 | 334 | 31 | 44 | 0 | 16 | 403 | 65 | 107 |
| Binary | 10100101 | 10001100 | 11011100 | 11001 | 100100 | 0 | 1110 | 100000011 | 110101 | 1000111 |
Color Harmonies of #A58CDC
Complementary color
Monochromatic Colors of #A58CDC
Black with #A58CDC
Text Example
Text Example
White with #A58CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CDC; }
p { color: rgb(165,140,220); }
H1.HeaderClassName
{
color: #A58CDC;
}
.AnyTagClassName
{
color: #A58CDC;
}
</style>
background-color css
<style>
a { background-color: #A58CDC; }
a { background-color: rgb(165,140,220); }
div.DivClassName
{
background-color: #A58CDC;
}
.BgClassName
{
background-color: #A58CDC;
}
</style>
border-color css
<style>
span { border-color: #A58CDC; }
span { border-color: rgb(165,140,220); }
td.TdClassName
{
border-color: #A58CDC;
}
.TagClassName
{
border-color: #A58CDC;
}
</style>