Shades of Biloba Flower #A68AF3
Tints of Biloba Flower #A68AF3
RGB
CMYK
RGB Variations
Color information
#A68AF3 (or 0xA68AF3) is known color: Biloba Flower. HEX triplet: A6, 8A and F3. RGB value is (166,138,243). Sum of RGB (Red+Green+Blue) = 166+138+243=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #A68AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AF3 is #59750C. Grayscale: #9D9D9D. Windows color (decimal): -5862669 or 15960742. OLE color: 15960742.
HSL color Cylindrical-coordinate representation of color #A68AF3: hue angle of 256º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68AF3 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 138 | 243 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.05 |
| HSL | 256º | 0.81% | 0.75% | - |
| HSV(B) | 256º | 0.43% | 0.95% | - |
| XYZ | 40.99 | 32.76 | 88.96 | - |
| YUV | 158.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 243 | 0.32 | 0.43 | 0 | 0.05 | 256 | 0.81 | 0.75 |
| Hex | A6 | 8A | F3 | 20 | 2B | 0 | 5 | 100 | 51 | 4B |
| Octal | 246 | 212 | 363 | 40 | 53 | 0 | 5 | 400 | 121 | 113 |
| Binary | 10100110 | 10001010 | 11110011 | 100000 | 101011 | 0 | 101 | 100000000 | 1010001 | 1001011 |
Color Harmonies of #A68AF3
Complementary color
Monochromatic Colors of #A68AF3
Black with #A68AF3
Text Example
Text Example
White with #A68AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AF3; }
p { color: rgb(166,138,243); }
H1.HeaderClassName
{
color: #A68AF3;
}
.AnyTagClassName
{
color: #A68AF3;
}
</style>
background-color css
<style>
a { background-color: #A68AF3; }
a { background-color: rgb(166,138,243); }
div.DivClassName
{
background-color: #A68AF3;
}
.BgClassName
{
background-color: #A68AF3;
}
</style>
border-color css
<style>
span { border-color: #A68AF3; }
span { border-color: rgb(166,138,243); }
td.TdClassName
{
border-color: #A68AF3;
}
.TagClassName
{
border-color: #A68AF3;
}
</style>