Shades of Biloba Flower #A68ADE
Tints of Biloba Flower #A68ADE
RGB
CMYK
RGB Variations
Color information
#A68ADE (or 0xA68ADE) is known color: Biloba Flower. HEX triplet: A6, 8A and DE. RGB value is (166,138,222). Sum of RGB (Red+Green+Blue) = 166+138+222=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ADE is #597521. Grayscale: #9B9B9B. Windows color (decimal): -5862690 or 14584486. OLE color: 14584486.
HSL color Cylindrical-coordinate representation of color #A68ADE: hue angle of 260º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68ADE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 138 | 222 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.13 |
| HSL | 260º | 0.56% | 0.71% | - |
| HSV(B) | 260º | 0.38% | 0.87% | - |
| XYZ | 38 | 31.56 | 73.2 | - |
| YUV | 155.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 222 | 0.25 | 0.38 | 0 | 0.13 | 260 | 0.56 | 0.71 |
| Hex | A6 | 8A | DE | 19 | 26 | 0 | D | 104 | 38 | 47 |
| Octal | 246 | 212 | 336 | 31 | 46 | 0 | 15 | 404 | 70 | 107 |
| Binary | 10100110 | 10001010 | 11011110 | 11001 | 100110 | 0 | 1101 | 100000100 | 111000 | 1000111 |
Color Harmonies of #A68ADE
Complementary color
Monochromatic Colors of #A68ADE
Black with #A68ADE
Text Example
Text Example
White with #A68ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ADE; }
p { color: rgb(166,138,222); }
H1.HeaderClassName
{
color: #A68ADE;
}
.AnyTagClassName
{
color: #A68ADE;
}
</style>
background-color css
<style>
a { background-color: #A68ADE; }
a { background-color: rgb(166,138,222); }
div.DivClassName
{
background-color: #A68ADE;
}
.BgClassName
{
background-color: #A68ADE;
}
</style>
border-color css
<style>
span { border-color: #A68ADE; }
span { border-color: rgb(166,138,222); }
td.TdClassName
{
border-color: #A68ADE;
}
.TagClassName
{
border-color: #A68ADE;
}
</style>