Shades of Biloba Flower #A690ED
Tints of Biloba Flower #A690ED
RGB
CMYK
RGB Variations
Color information
#A690ED (or 0xA690ED) is known color: Biloba Flower. HEX triplet: A6, 90 and ED. RGB value is (166,144,237). Sum of RGB (Red+Green+Blue) = 166+144+237=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A690ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690ED is #596F12. Grayscale: #A0A0A0. Windows color (decimal): -5861139 or 15569062. OLE color: 15569062.
HSL color Cylindrical-coordinate representation of color #A690ED: hue angle of 254.19º degrees, saturation: 0.72, 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 #A690ED is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 144 | 237 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.07 |
| HSL | 254.19º | 0.72% | 0.75% | - |
| HSV(B) | 254.19º | 0.39% | 0.93% | - |
| XYZ | 40.99 | 34.17 | 84.56 | - |
| YUV | 161.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 237 | 0.30 | 0.39 | 0 | 0.07 | 254.19 | 0.72 | 0.75 |
| Hex | A6 | 90 | ED | 1E | 27 | 0 | 7 | FE | 48 | 4B |
| Octal | 246 | 220 | 355 | 36 | 47 | 0 | 7 | 376 | 110 | 113 |
| Binary | 10100110 | 10010000 | 11101101 | 11110 | 100111 | 0 | 111 | 11111110 | 1001000 | 1001011 |
Color Harmonies of #A690ED
Complementary color
Monochromatic Colors of #A690ED
Black with #A690ED
Text Example
Text Example
White with #A690ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690ED; }
p { color: rgb(166,144,237); }
H1.HeaderClassName
{
color: #A690ED;
}
.AnyTagClassName
{
color: #A690ED;
}
</style>
background-color css
<style>
a { background-color: #A690ED; }
a { background-color: rgb(166,144,237); }
div.DivClassName
{
background-color: #A690ED;
}
.BgClassName
{
background-color: #A690ED;
}
</style>
border-color css
<style>
span { border-color: #A690ED; }
span { border-color: rgb(166,144,237); }
td.TdClassName
{
border-color: #A690ED;
}
.TagClassName
{
border-color: #A690ED;
}
</style>