Shades of Biloba Flower #A69BC3
Tints of Biloba Flower #A69BC3
RGB
CMYK
RGB Variations
Color information
#A69BC3 (or 0xA69BC3) is known color: Biloba Flower. HEX triplet: A6, 9B and C3. RGB value is (166,155,195). Sum of RGB (Red+Green+Blue) = 166+155+195=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #A69BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BC3 is #59643C. Grayscale: #A2A2A2. Windows color (decimal): -5858365 or 12819366. OLE color: 12819366.
HSL color Cylindrical-coordinate representation of color #A69BC3: hue angle of 256.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69BC3 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 155 | 195 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.24 |
| HSL | 256.5º | 0.25% | 0.69% | - |
| HSV(B) | 256.5º | 0.21% | 0.76% | - |
| XYZ | 37.3 | 35.49 | 56.51 | - |
| YUV | 162.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 195 | 0.15 | 0.21 | 0 | 0.24 | 256.5 | 0.25 | 0.69 |
| Hex | A6 | 9B | C3 | F | 15 | 0 | 18 | 100 | 19 | 45 |
| Octal | 246 | 233 | 303 | 17 | 25 | 0 | 30 | 400 | 31 | 105 |
| Binary | 10100110 | 10011011 | 11000011 | 1111 | 10101 | 0 | 11000 | 100000000 | 11001 | 1000101 |
Color Harmonies of #A69BC3
Complementary color
Monochromatic Colors of #A69BC3
Black with #A69BC3
Text Example
Text Example
White with #A69BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BC3; }
p { color: rgb(166,155,195); }
H1.HeaderClassName
{
color: #A69BC3;
}
.AnyTagClassName
{
color: #A69BC3;
}
</style>
background-color css
<style>
a { background-color: #A69BC3; }
a { background-color: rgb(166,155,195); }
div.DivClassName
{
background-color: #A69BC3;
}
.BgClassName
{
background-color: #A69BC3;
}
</style>
border-color css
<style>
span { border-color: #A69BC3; }
span { border-color: rgb(166,155,195); }
td.TdClassName
{
border-color: #A69BC3;
}
.TagClassName
{
border-color: #A69BC3;
}
</style>