Shades of Biloba Flower #A68AEA
Tints of Biloba Flower #A68AEA
RGB
CMYK
RGB Variations
Color information
#A68AEA (or 0xA68AEA) is known color: Biloba Flower. HEX triplet: A6, 8A and EA. RGB value is (166,138,234). Sum of RGB (Red+Green+Blue) = 166+138+234=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #A68AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AEA is #597515. Grayscale: #9C9C9C. Windows color (decimal): -5862678 or 15370918. OLE color: 15370918.
HSL color Cylindrical-coordinate representation of color #A68AEA: hue angle of 257.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68AEA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 138 | 234 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.08 |
| HSL | 257.5º | 0.7% | 0.73% | - |
| HSV(B) | 257.5º | 0.41% | 0.92% | - |
| XYZ | 39.67 | 32.22 | 81.97 | - |
| YUV | 157.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 234 | 0.29 | 0.41 | 0 | 0.08 | 257.5 | 0.7 | 0.73 |
| Hex | A6 | 8A | EA | 1D | 29 | 0 | 8 | 102 | 46 | 49 |
| Octal | 246 | 212 | 352 | 35 | 51 | 0 | 10 | 402 | 106 | 111 |
| Binary | 10100110 | 10001010 | 11101010 | 11101 | 101001 | 0 | 1000 | 100000010 | 1000110 | 1001001 |
Color Harmonies of #A68AEA
Complementary color
Monochromatic Colors of #A68AEA
Black with #A68AEA
Text Example
Text Example
White with #A68AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AEA; }
p { color: rgb(166,138,234); }
H1.HeaderClassName
{
color: #A68AEA;
}
.AnyTagClassName
{
color: #A68AEA;
}
</style>
background-color css
<style>
a { background-color: #A68AEA; }
a { background-color: rgb(166,138,234); }
div.DivClassName
{
background-color: #A68AEA;
}
.BgClassName
{
background-color: #A68AEA;
}
</style>
border-color css
<style>
span { border-color: #A68AEA; }
span { border-color: rgb(166,138,234); }
td.TdClassName
{
border-color: #A68AEA;
}
.TagClassName
{
border-color: #A68AEA;
}
</style>