Shades of Biloba Flower #A697EA
Tints of Biloba Flower #A697EA
RGB
CMYK
RGB Variations
Color information
#A697EA (or 0xA697EA) is known color: Biloba Flower. HEX triplet: A6, 97 and EA. RGB value is (166,151,234). Sum of RGB (Red+Green+Blue) = 166+151+234=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A697EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697EA is #596815. Grayscale: #A4A4A4. Windows color (decimal): -5859350 or 15374246. OLE color: 15374246.
HSL color Cylindrical-coordinate representation of color #A697EA: hue angle of 250.84º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A697EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 151 | 234 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.08 |
| HSL | 250.84º | 0.66% | 0.75% | - |
| HSV(B) | 250.84º | 0.35% | 0.92% | - |
| XYZ | 41.64 | 36.18 | 82.63 | - |
| YUV | 164.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 234 | 0.29 | 0.35 | 0 | 0.08 | 250.84 | 0.66 | 0.75 |
| Hex | A6 | 97 | EA | 1D | 23 | 0 | 8 | FB | 42 | 4B |
| Octal | 246 | 227 | 352 | 35 | 43 | 0 | 10 | 373 | 102 | 113 |
| Binary | 10100110 | 10010111 | 11101010 | 11101 | 100011 | 0 | 1000 | 11111011 | 1000010 | 1001011 |
Color Harmonies of #A697EA
Complementary color
Monochromatic Colors of #A697EA
Black with #A697EA
Text Example
Text Example
White with #A697EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697EA; }
p { color: rgb(166,151,234); }
H1.HeaderClassName
{
color: #A697EA;
}
.AnyTagClassName
{
color: #A697EA;
}
</style>
background-color css
<style>
a { background-color: #A697EA; }
a { background-color: rgb(166,151,234); }
div.DivClassName
{
background-color: #A697EA;
}
.BgClassName
{
background-color: #A697EA;
}
</style>
border-color css
<style>
span { border-color: #A697EA; }
span { border-color: rgb(166,151,234); }
td.TdClassName
{
border-color: #A697EA;
}
.TagClassName
{
border-color: #A697EA;
}
</style>