Shades of Biloba Flower #A683DD
Tints of Biloba Flower #A683DD
RGB
CMYK
RGB Variations
Color information
#A683DD (or 0xA683DD) is known color: Biloba Flower. HEX triplet: A6, 83 and DD. RGB value is (166,131,221). Sum of RGB (Red+Green+Blue) = 166+131+221=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A683DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683DD is #597C22. Grayscale: #979797. Windows color (decimal): -5864483 or 14517158. OLE color: 14517158.
HSL color Cylindrical-coordinate representation of color #A683DD: hue angle of 263.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A683DD is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 131 | 221 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.13 |
| HSL | 263.33º | 0.57% | 0.69% | - |
| HSV(B) | 263.33º | 0.41% | 0.87% | - |
| XYZ | 36.89 | 29.56 | 72.17 | - |
| YUV | 151.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 221 | 0.25 | 0.41 | 0 | 0.13 | 263.33 | 0.57 | 0.69 |
| Hex | A6 | 83 | DD | 19 | 29 | 0 | D | 107 | 39 | 45 |
| Octal | 246 | 203 | 335 | 31 | 51 | 0 | 15 | 407 | 71 | 105 |
| Binary | 10100110 | 10000011 | 11011101 | 11001 | 101001 | 0 | 1101 | 100000111 | 111001 | 1000101 |
Color Harmonies of #A683DD
Complementary color
Monochromatic Colors of #A683DD
Black with #A683DD
Text Example
Text Example
White with #A683DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683DD; }
p { color: rgb(166,131,221); }
H1.HeaderClassName
{
color: #A683DD;
}
.AnyTagClassName
{
color: #A683DD;
}
</style>
background-color css
<style>
a { background-color: #A683DD; }
a { background-color: rgb(166,131,221); }
div.DivClassName
{
background-color: #A683DD;
}
.BgClassName
{
background-color: #A683DD;
}
</style>
border-color css
<style>
span { border-color: #A683DD; }
span { border-color: rgb(166,131,221); }
td.TdClassName
{
border-color: #A683DD;
}
.TagClassName
{
border-color: #A683DD;
}
</style>