Shades of Biloba Flower #A892EF
Tints of Biloba Flower #A892EF
RGB
CMYK
RGB Variations
Color information
#A892EF (or 0xA892EF) is known color: Biloba Flower. HEX triplet: A8, 92 and EF. RGB value is (168,146,239). Sum of RGB (Red+Green+Blue) = 168+146+239=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #A892EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892EF is #576D10. Grayscale: #A2A2A2. Windows color (decimal): -5729553 or 15700648. OLE color: 15700648.
HSL color Cylindrical-coordinate representation of color #A892EF: hue angle of 254.19º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A892EF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 146 | 239 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.06 |
| HSL | 254.19º | 0.74% | 0.75% | - |
| HSV(B) | 254.19º | 0.39% | 0.94% | - |
| XYZ | 42.01 | 35.11 | 86.23 | - |
| YUV | 163.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 239 | 0.30 | 0.39 | 0 | 0.06 | 254.19 | 0.74 | 0.75 |
| Hex | A8 | 92 | EF | 1E | 27 | 0 | 6 | FE | 4A | 4B |
| Octal | 250 | 222 | 357 | 36 | 47 | 0 | 6 | 376 | 112 | 113 |
| Binary | 10101000 | 10010010 | 11101111 | 11110 | 100111 | 0 | 110 | 11111110 | 1001010 | 1001011 |
Color Harmonies of #A892EF
Complementary color
Monochromatic Colors of #A892EF
Black with #A892EF
Text Example
Text Example
White with #A892EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892EF; }
p { color: rgb(168,146,239); }
H1.HeaderClassName
{
color: #A892EF;
}
.AnyTagClassName
{
color: #A892EF;
}
</style>
background-color css
<style>
a { background-color: #A892EF; }
a { background-color: rgb(168,146,239); }
div.DivClassName
{
background-color: #A892EF;
}
.BgClassName
{
background-color: #A892EF;
}
</style>
border-color css
<style>
span { border-color: #A892EF; }
span { border-color: rgb(168,146,239); }
td.TdClassName
{
border-color: #A892EF;
}
.TagClassName
{
border-color: #A892EF;
}
</style>