Shades of Biloba Flower #A68FCB
Tints of Biloba Flower #A68FCB
RGB
CMYK
RGB Variations
Color information
#A68FCB (or 0xA68FCB) is known color: Biloba Flower. HEX triplet: A6, 8F and CB. RGB value is (166,143,203). Sum of RGB (Red+Green+Blue) = 166+143+203=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCB is #597034. Grayscale: #9C9C9C. Windows color (decimal): -5861429 or 13340582. OLE color: 13340582.
HSL color Cylindrical-coordinate representation of color #A68FCB: hue angle of 263º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68FCB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 143 | 203 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.20 |
| HSL | 263º | 0.37% | 0.68% | - |
| HSV(B) | 263º | 0.3% | 0.8% | - |
| XYZ | 36.33 | 32.06 | 60.77 | - |
| YUV | 156.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 203 | 0.18 | 0.30 | 0 | 0.20 | 263 | 0.37 | 0.68 |
| Hex | A6 | 8F | CB | 12 | 1E | 0 | 14 | 107 | 25 | 44 |
| Octal | 246 | 217 | 313 | 22 | 36 | 0 | 24 | 407 | 45 | 104 |
| Binary | 10100110 | 10001111 | 11001011 | 10010 | 11110 | 0 | 10100 | 100000111 | 100101 | 1000100 |
Color Harmonies of #A68FCB
Complementary color
Monochromatic Colors of #A68FCB
Black with #A68FCB
Text Example
Text Example
White with #A68FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FCB; }
p { color: rgb(166,143,203); }
H1.HeaderClassName
{
color: #A68FCB;
}
.AnyTagClassName
{
color: #A68FCB;
}
</style>
background-color css
<style>
a { background-color: #A68FCB; }
a { background-color: rgb(166,143,203); }
div.DivClassName
{
background-color: #A68FCB;
}
.BgClassName
{
background-color: #A68FCB;
}
</style>
border-color css
<style>
span { border-color: #A68FCB; }
span { border-color: rgb(166,143,203); }
td.TdClassName
{
border-color: #A68FCB;
}
.TagClassName
{
border-color: #A68FCB;
}
</style>