Shades of Biloba Flower #A18CDC
Tints of Biloba Flower #A18CDC
RGB
CMYK
RGB Variations
Color information
#A18CDC (or 0xA18CDC) is known color: Biloba Flower. HEX triplet: A1, 8C and DC. RGB value is (161,140,220). Sum of RGB (Red+Green+Blue) = 161+140+220=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDC is #5E7323. Grayscale: #9B9B9B. Windows color (decimal): -6189860 or 14453921. OLE color: 14453921.
HSL color Cylindrical-coordinate representation of color #A18CDC: hue angle of 255.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 #A18CDC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 140 | 220 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.14 |
| HSL | 255.75º | 0.53% | 0.71% | - |
| HSV(B) | 255.75º | 0.36% | 0.86% | - |
| XYZ | 36.99 | 31.5 | 71.84 | - |
| YUV | 155.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 220 | 0.27 | 0.36 | 0 | 0.14 | 255.75 | 0.53 | 0.71 |
| Hex | A1 | 8C | DC | 1B | 24 | 0 | E | 100 | 35 | 47 |
| Octal | 241 | 214 | 334 | 33 | 44 | 0 | 16 | 400 | 65 | 107 |
| Binary | 10100001 | 10001100 | 11011100 | 11011 | 100100 | 0 | 1110 | 100000000 | 110101 | 1000111 |
Color Harmonies of #A18CDC
Complementary color
Monochromatic Colors of #A18CDC
Black with #A18CDC
Text Example
Text Example
White with #A18CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CDC; }
p { color: rgb(161,140,220); }
H1.HeaderClassName
{
color: #A18CDC;
}
.AnyTagClassName
{
color: #A18CDC;
}
</style>
background-color css
<style>
a { background-color: #A18CDC; }
a { background-color: rgb(161,140,220); }
div.DivClassName
{
background-color: #A18CDC;
}
.BgClassName
{
background-color: #A18CDC;
}
</style>
border-color css
<style>
span { border-color: #A18CDC; }
span { border-color: rgb(161,140,220); }
td.TdClassName
{
border-color: #A18CDC;
}
.TagClassName
{
border-color: #A18CDC;
}
</style>