Shades of Biloba Flower #A68ADA
Tints of Biloba Flower #A68ADA
RGB
CMYK
RGB Variations
Color information
#A68ADA (or 0xA68ADA) is known color: Biloba Flower. HEX triplet: A6, 8A and DA. RGB value is (166,138,218). Sum of RGB (Red+Green+Blue) = 166+138+218=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ADA is #597525. Grayscale: #9B9B9B. Windows color (decimal): -5862694 or 14322342. OLE color: 14322342.
HSL color Cylindrical-coordinate representation of color #A68ADA: hue angle of 261º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68ADA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 138 | 218 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.15 |
| HSL | 261º | 0.52% | 0.7% | - |
| HSV(B) | 261º | 0.37% | 0.85% | - |
| XYZ | 37.47 | 31.35 | 70.41 | - |
| YUV | 155.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 218 | 0.24 | 0.37 | 0 | 0.15 | 261 | 0.52 | 0.7 |
| Hex | A6 | 8A | DA | 18 | 25 | 0 | F | 105 | 34 | 46 |
| Octal | 246 | 212 | 332 | 30 | 45 | 0 | 17 | 405 | 64 | 106 |
| Binary | 10100110 | 10001010 | 11011010 | 11000 | 100101 | 0 | 1111 | 100000101 | 110100 | 1000110 |
Color Harmonies of #A68ADA
Complementary color
Monochromatic Colors of #A68ADA
Black with #A68ADA
Text Example
Text Example
White with #A68ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ADA; }
p { color: rgb(166,138,218); }
H1.HeaderClassName
{
color: #A68ADA;
}
.AnyTagClassName
{
color: #A68ADA;
}
</style>
background-color css
<style>
a { background-color: #A68ADA; }
a { background-color: rgb(166,138,218); }
div.DivClassName
{
background-color: #A68ADA;
}
.BgClassName
{
background-color: #A68ADA;
}
</style>
border-color css
<style>
span { border-color: #A68ADA; }
span { border-color: rgb(166,138,218); }
td.TdClassName
{
border-color: #A68ADA;
}
.TagClassName
{
border-color: #A68ADA;
}
</style>