Shades of Biloba Flower #A690EE
Tints of Biloba Flower #A690EE
RGB
CMYK
RGB Variations
Color information
#A690EE (or 0xA690EE) is known color: Biloba Flower. HEX triplet: A6, 90 and EE. RGB value is (166,144,238). Sum of RGB (Red+Green+Blue) = 166+144+238=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #A690EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690EE is #596F11. Grayscale: #A0A0A0. Windows color (decimal): -5861138 or 15634598. OLE color: 15634598.
HSL color Cylindrical-coordinate representation of color #A690EE: hue angle of 254.04º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A690EE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 144 | 238 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.07 |
| HSL | 254.04º | 0.73% | 0.75% | - |
| HSV(B) | 254.04º | 0.39% | 0.93% | - |
| XYZ | 41.13 | 34.23 | 85.33 | - |
| YUV | 161.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 238 | 0.30 | 0.39 | 0 | 0.07 | 254.04 | 0.73 | 0.75 |
| Hex | A6 | 90 | EE | 1E | 27 | 0 | 7 | FE | 49 | 4B |
| Octal | 246 | 220 | 356 | 36 | 47 | 0 | 7 | 376 | 111 | 113 |
| Binary | 10100110 | 10010000 | 11101110 | 11110 | 100111 | 0 | 111 | 11111110 | 1001001 | 1001011 |
Color Harmonies of #A690EE
Complementary color
Monochromatic Colors of #A690EE
Black with #A690EE
Text Example
Text Example
White with #A690EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690EE; }
p { color: rgb(166,144,238); }
H1.HeaderClassName
{
color: #A690EE;
}
.AnyTagClassName
{
color: #A690EE;
}
</style>
background-color css
<style>
a { background-color: #A690EE; }
a { background-color: rgb(166,144,238); }
div.DivClassName
{
background-color: #A690EE;
}
.BgClassName
{
background-color: #A690EE;
}
</style>
border-color css
<style>
span { border-color: #A690EE; }
span { border-color: rgb(166,144,238); }
td.TdClassName
{
border-color: #A690EE;
}
.TagClassName
{
border-color: #A690EE;
}
</style>