Shades of Biloba Flower #A792E6
Tints of Biloba Flower #A792E6
RGB
CMYK
RGB Variations
Color information
#A792E6 (or 0xA792E6) is known color: Biloba Flower. HEX triplet: A7, 92 and E6. RGB value is (167,146,230). Sum of RGB (Red+Green+Blue) = 167+146+230=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A792E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792E6 is #586D19. Grayscale: #A1A1A1. Windows color (decimal): -5795098 or 15110823. OLE color: 15110823.
HSL color Cylindrical-coordinate representation of color #A792E6: hue angle of 255º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A792E6 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 146 | 230 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.10 |
| HSL | 255º | 0.63% | 0.74% | - |
| HSV(B) | 255º | 0.37% | 0.9% | - |
| XYZ | 40.5 | 34.49 | 79.38 | - |
| YUV | 161.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 230 | 0.27 | 0.37 | 0 | 0.10 | 255 | 0.63 | 0.74 |
| Hex | A7 | 92 | E6 | 1B | 25 | 0 | A | FF | 3F | 4A |
| Octal | 247 | 222 | 346 | 33 | 45 | 0 | 12 | 377 | 77 | 112 |
| Binary | 10100111 | 10010010 | 11100110 | 11011 | 100101 | 0 | 1010 | 11111111 | 111111 | 1001010 |
Color Harmonies of #A792E6
Complementary color
Monochromatic Colors of #A792E6
Black with #A792E6
Text Example
Text Example
White with #A792E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792E6; }
p { color: rgb(167,146,230); }
H1.HeaderClassName
{
color: #A792E6;
}
.AnyTagClassName
{
color: #A792E6;
}
</style>
background-color css
<style>
a { background-color: #A792E6; }
a { background-color: rgb(167,146,230); }
div.DivClassName
{
background-color: #A792E6;
}
.BgClassName
{
background-color: #A792E6;
}
</style>
border-color css
<style>
span { border-color: #A792E6; }
span { border-color: rgb(167,146,230); }
td.TdClassName
{
border-color: #A792E6;
}
.TagClassName
{
border-color: #A792E6;
}
</style>