Shades of Biloba Flower #A18FDC
Tints of Biloba Flower #A18FDC
RGB
CMYK
RGB Variations
Color information
#A18FDC (or 0xA18FDC) is known color: Biloba Flower. HEX triplet: A1, 8F and DC. RGB value is (161,143,220). Sum of RGB (Red+Green+Blue) = 161+143+220=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDC is #5E7023. Grayscale: #9C9C9C. Windows color (decimal): -6189092 or 14454689. OLE color: 14454689.
HSL color Cylindrical-coordinate representation of color #A18FDC: hue angle of 254.03º 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 #A18FDC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 143 | 220 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 254.03º | 0.52% | 0.71% | - |
| HSV(B) | 254.03º | 0.35% | 0.86% | - |
| XYZ | 37.44 | 32.39 | 71.99 | - |
| YUV | 157.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 220 | 0.27 | 0.35 | 0 | 0.14 | 254.03 | 0.52 | 0.71 |
| Hex | A1 | 8F | DC | 1B | 23 | 0 | E | FE | 34 | 47 |
| Octal | 241 | 217 | 334 | 33 | 43 | 0 | 16 | 376 | 64 | 107 |
| Binary | 10100001 | 10001111 | 11011100 | 11011 | 100011 | 0 | 1110 | 11111110 | 110100 | 1000111 |
Color Harmonies of #A18FDC
Complementary color
Monochromatic Colors of #A18FDC
Black with #A18FDC
Text Example
Text Example
White with #A18FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FDC; }
p { color: rgb(161,143,220); }
H1.HeaderClassName
{
color: #A18FDC;
}
.AnyTagClassName
{
color: #A18FDC;
}
</style>
background-color css
<style>
a { background-color: #A18FDC; }
a { background-color: rgb(161,143,220); }
div.DivClassName
{
background-color: #A18FDC;
}
.BgClassName
{
background-color: #A18FDC;
}
</style>
border-color css
<style>
span { border-color: #A18FDC; }
span { border-color: rgb(161,143,220); }
td.TdClassName
{
border-color: #A18FDC;
}
.TagClassName
{
border-color: #A18FDC;
}
</style>