Shades of Biloba Flower #A68AE2
Tints of Biloba Flower #A68AE2
RGB
CMYK
RGB Variations
Color information
#A68AE2 (or 0xA68AE2) is known color: Biloba Flower. HEX triplet: A6, 8A and E2. RGB value is (166,138,226). Sum of RGB (Red+Green+Blue) = 166+138+226=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #A68AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AE2 is #59751D. Grayscale: #9C9C9C. Windows color (decimal): -5862686 or 14846630. OLE color: 14846630.
HSL color Cylindrical-coordinate representation of color #A68AE2: hue angle of 259.09º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68AE2 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 138 | 226 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.11 |
| HSL | 259.09º | 0.6% | 0.71% | - |
| HSV(B) | 259.09º | 0.39% | 0.89% | - |
| XYZ | 38.54 | 31.77 | 76.05 | - |
| YUV | 156.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 226 | 0.27 | 0.39 | 0 | 0.11 | 259.09 | 0.6 | 0.71 |
| Hex | A6 | 8A | E2 | 1B | 27 | 0 | B | 103 | 3C | 47 |
| Octal | 246 | 212 | 342 | 33 | 47 | 0 | 13 | 403 | 74 | 107 |
| Binary | 10100110 | 10001010 | 11100010 | 11011 | 100111 | 0 | 1011 | 100000011 | 111100 | 1000111 |
Color Harmonies of #A68AE2
Complementary color
Monochromatic Colors of #A68AE2
Black with #A68AE2
Text Example
Text Example
White with #A68AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AE2; }
p { color: rgb(166,138,226); }
H1.HeaderClassName
{
color: #A68AE2;
}
.AnyTagClassName
{
color: #A68AE2;
}
</style>
background-color css
<style>
a { background-color: #A68AE2; }
a { background-color: rgb(166,138,226); }
div.DivClassName
{
background-color: #A68AE2;
}
.BgClassName
{
background-color: #A68AE2;
}
</style>
border-color css
<style>
span { border-color: #A68AE2; }
span { border-color: rgb(166,138,226); }
td.TdClassName
{
border-color: #A68AE2;
}
.TagClassName
{
border-color: #A68AE2;
}
</style>