Shades of Biloba Flower #A69AC2
Tints of Biloba Flower #A69AC2
RGB
CMYK
RGB Variations
Color information
#A69AC2 (or 0xA69AC2) is known color: Biloba Flower. HEX triplet: A6, 9A and C2. RGB value is (166,154,194). Sum of RGB (Red+Green+Blue) = 166+154+194=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #A69AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AC2 is #59653D. Grayscale: #A2A2A2. Windows color (decimal): -5858622 or 12753574. OLE color: 12753574.
HSL color Cylindrical-coordinate representation of color #A69AC2: hue angle of 258º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69AC2 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 154 | 194 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.24 |
| HSL | 258º | 0.25% | 0.68% | - |
| HSV(B) | 258º | 0.21% | 0.76% | - |
| XYZ | 37.02 | 35.11 | 55.87 | - |
| YUV | 162.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 194 | 0.14 | 0.21 | 0 | 0.24 | 258 | 0.25 | 0.68 |
| Hex | A6 | 9A | C2 | E | 15 | 0 | 18 | 102 | 19 | 44 |
| Octal | 246 | 232 | 302 | 16 | 25 | 0 | 30 | 402 | 31 | 104 |
| Binary | 10100110 | 10011010 | 11000010 | 1110 | 10101 | 0 | 11000 | 100000010 | 11001 | 1000100 |
Color Harmonies of #A69AC2
Complementary color
Monochromatic Colors of #A69AC2
Black with #A69AC2
Text Example
Text Example
White with #A69AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AC2; }
p { color: rgb(166,154,194); }
H1.HeaderClassName
{
color: #A69AC2;
}
.AnyTagClassName
{
color: #A69AC2;
}
</style>
background-color css
<style>
a { background-color: #A69AC2; }
a { background-color: rgb(166,154,194); }
div.DivClassName
{
background-color: #A69AC2;
}
.BgClassName
{
background-color: #A69AC2;
}
</style>
border-color css
<style>
span { border-color: #A69AC2; }
span { border-color: rgb(166,154,194); }
td.TdClassName
{
border-color: #A69AC2;
}
.TagClassName
{
border-color: #A69AC2;
}
</style>