Shades of Biloba Flower #A68FF2
Tints of Biloba Flower #A68FF2
RGB
CMYK
RGB Variations
Color information
#A68FF2 (or 0xA68FF2) is known color: Biloba Flower. HEX triplet: A6, 8F and F2. RGB value is (166,143,242). Sum of RGB (Red+Green+Blue) = 166+143+242=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A68FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF2 is #59700D. Grayscale: #A0A0A0. Windows color (decimal): -5861390 or 15896486. OLE color: 15896486.
HSL color Cylindrical-coordinate representation of color #A68FF2: hue angle of 253.94º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68FF2 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 143 | 242 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.05 |
| HSL | 253.94º | 0.79% | 0.75% | - |
| HSV(B) | 253.94º | 0.41% | 0.95% | - |
| XYZ | 41.58 | 34.16 | 88.41 | - |
| YUV | 161.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 242 | 0.31 | 0.41 | 0 | 0.05 | 253.94 | 0.79 | 0.75 |
| Hex | A6 | 8F | F2 | 1F | 29 | 0 | 5 | FE | 4F | 4B |
| Octal | 246 | 217 | 362 | 37 | 51 | 0 | 5 | 376 | 117 | 113 |
| Binary | 10100110 | 10001111 | 11110010 | 11111 | 101001 | 0 | 101 | 11111110 | 1001111 | 1001011 |
Color Harmonies of #A68FF2
Complementary color
Monochromatic Colors of #A68FF2
Black with #A68FF2
Text Example
Text Example
White with #A68FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FF2; }
p { color: rgb(166,143,242); }
H1.HeaderClassName
{
color: #A68FF2;
}
.AnyTagClassName
{
color: #A68FF2;
}
</style>
background-color css
<style>
a { background-color: #A68FF2; }
a { background-color: rgb(166,143,242); }
div.DivClassName
{
background-color: #A68FF2;
}
.BgClassName
{
background-color: #A68FF2;
}
</style>
border-color css
<style>
span { border-color: #A68FF2; }
span { border-color: rgb(166,143,242); }
td.TdClassName
{
border-color: #A68FF2;
}
.TagClassName
{
border-color: #A68FF2;
}
</style>