Shades of Biloba Flower #A792EF
Tints of Biloba Flower #A792EF
RGB
CMYK
RGB Variations
Color information
#A792EF (or 0xA792EF) is known color: Biloba Flower. HEX triplet: A7, 92 and EF. RGB value is (167,146,239). Sum of RGB (Red+Green+Blue) = 167+146+239=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #A792EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792EF is #586D10. Grayscale: #A2A2A2. Windows color (decimal): -5795089 or 15700647. OLE color: 15700647.
HSL color Cylindrical-coordinate representation of color #A792EF: hue angle of 253.55º 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 #A792EF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 146 | 239 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.06 |
| HSL | 253.55º | 0.74% | 0.75% | - |
| HSV(B) | 253.55º | 0.39% | 0.94% | - |
| XYZ | 41.8 | 35.01 | 86.22 | - |
| YUV | 162.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 239 | 0.30 | 0.39 | 0 | 0.06 | 253.55 | 0.74 | 0.75 |
| Hex | A7 | 92 | EF | 1E | 27 | 0 | 6 | FE | 4A | 4B |
| Octal | 247 | 222 | 357 | 36 | 47 | 0 | 6 | 376 | 112 | 113 |
| Binary | 10100111 | 10010010 | 11101111 | 11110 | 100111 | 0 | 110 | 11111110 | 1001010 | 1001011 |
Color Harmonies of #A792EF
Complementary color
Monochromatic Colors of #A792EF
Black with #A792EF
Text Example
Text Example
White with #A792EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792EF; }
p { color: rgb(167,146,239); }
H1.HeaderClassName
{
color: #A792EF;
}
.AnyTagClassName
{
color: #A792EF;
}
</style>
background-color css
<style>
a { background-color: #A792EF; }
a { background-color: rgb(167,146,239); }
div.DivClassName
{
background-color: #A792EF;
}
.BgClassName
{
background-color: #A792EF;
}
</style>
border-color css
<style>
span { border-color: #A792EF; }
span { border-color: rgb(167,146,239); }
td.TdClassName
{
border-color: #A792EF;
}
.TagClassName
{
border-color: #A792EF;
}
</style>