Shades of Biloba Flower #A692E0
Tints of Biloba Flower #A692E0
RGB
CMYK
RGB Variations
Color information
#A692E0 (or 0xA692E0) is known color: Biloba Flower. HEX triplet: A6, 92 and E0. RGB value is (166,146,224). Sum of RGB (Red+Green+Blue) = 166+146+224=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #A692E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692E0 is #596D1F. Grayscale: #A0A0A0. Windows color (decimal): -5860640 or 14717606. OLE color: 14717606.
HSL color Cylindrical-coordinate representation of color #A692E0: hue angle of 255.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A692E0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 146 | 224 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.12 |
| HSL | 255.38º | 0.56% | 0.73% | - |
| HSV(B) | 255.38º | 0.35% | 0.88% | - |
| XYZ | 39.46 | 34.05 | 75.01 | - |
| YUV | 160.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 224 | 0.26 | 0.35 | 0 | 0.12 | 255.38 | 0.56 | 0.73 |
| Hex | A6 | 92 | E0 | 1A | 23 | 0 | C | FF | 38 | 49 |
| Octal | 246 | 222 | 340 | 32 | 43 | 0 | 14 | 377 | 70 | 111 |
| Binary | 10100110 | 10010010 | 11100000 | 11010 | 100011 | 0 | 1100 | 11111111 | 111000 | 1001001 |
Color Harmonies of #A692E0
Complementary color
Monochromatic Colors of #A692E0
Black with #A692E0
Text Example
Text Example
White with #A692E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692E0; }
p { color: rgb(166,146,224); }
H1.HeaderClassName
{
color: #A692E0;
}
.AnyTagClassName
{
color: #A692E0;
}
</style>
background-color css
<style>
a { background-color: #A692E0; }
a { background-color: rgb(166,146,224); }
div.DivClassName
{
background-color: #A692E0;
}
.BgClassName
{
background-color: #A692E0;
}
</style>
border-color css
<style>
span { border-color: #A692E0; }
span { border-color: rgb(166,146,224); }
td.TdClassName
{
border-color: #A692E0;
}
.TagClassName
{
border-color: #A692E0;
}
</style>