Shades of Biloba Flower #A992ED
Tints of Biloba Flower #A992ED
RGB
CMYK
RGB Variations
Color information
#A992ED (or 0xA992ED) is known color: Biloba Flower. HEX triplet: A9, 92 and ED. RGB value is (169,146,237). Sum of RGB (Red+Green+Blue) = 169+146+237=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A992ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992ED is #566D12. Grayscale: #A2A2A2. Windows color (decimal): -5664019 or 15569577. OLE color: 15569577.
HSL color Cylindrical-coordinate representation of color #A992ED: hue angle of 255.16º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A992ED is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 146 | 237 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.07 |
| HSL | 255.16º | 0.72% | 0.75% | - |
| HSV(B) | 255.16º | 0.38% | 0.93% | - |
| XYZ | 41.93 | 35.11 | 84.69 | - |
| YUV | 163.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 237 | 0.29 | 0.38 | 0 | 0.07 | 255.16 | 0.72 | 0.75 |
| Hex | A9 | 92 | ED | 1D | 26 | 0 | 7 | FF | 48 | 4B |
| Octal | 251 | 222 | 355 | 35 | 46 | 0 | 7 | 377 | 110 | 113 |
| Binary | 10101001 | 10010010 | 11101101 | 11101 | 100110 | 0 | 111 | 11111111 | 1001000 | 1001011 |
Color Harmonies of #A992ED
Complementary color
Monochromatic Colors of #A992ED
Black with #A992ED
Text Example
Text Example
White with #A992ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992ED; }
p { color: rgb(169,146,237); }
H1.HeaderClassName
{
color: #A992ED;
}
.AnyTagClassName
{
color: #A992ED;
}
</style>
background-color css
<style>
a { background-color: #A992ED; }
a { background-color: rgb(169,146,237); }
div.DivClassName
{
background-color: #A992ED;
}
.BgClassName
{
background-color: #A992ED;
}
</style>
border-color css
<style>
span { border-color: #A992ED; }
span { border-color: rgb(169,146,237); }
td.TdClassName
{
border-color: #A992ED;
}
.TagClassName
{
border-color: #A992ED;
}
</style>