Shades of Biloba Flower #A799EE
Tints of Biloba Flower #A799EE
RGB
CMYK
RGB Variations
Color information
#A799EE (or 0xA799EE) is known color: Biloba Flower. HEX triplet: A7, 99 and EE. RGB value is (167,153,238). Sum of RGB (Red+Green+Blue) = 167+153+238=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A799EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799EE is #586611. Grayscale: #A6A6A6. Windows color (decimal): -5793298 or 15636903. OLE color: 15636903.
HSL color Cylindrical-coordinate representation of color #A799EE: hue angle of 249.88º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A799EE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 153 | 238 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.07 |
| HSL | 249.88º | 0.71% | 0.77% | - |
| HSV(B) | 249.88º | 0.36% | 0.93% | - |
| XYZ | 42.76 | 37.17 | 85.81 | - |
| YUV | 166.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 238 | 0.30 | 0.36 | 0 | 0.07 | 249.88 | 0.71 | 0.77 |
| Hex | A7 | 99 | EE | 1E | 24 | 0 | 7 | FA | 47 | 4D |
| Octal | 247 | 231 | 356 | 36 | 44 | 0 | 7 | 372 | 107 | 115 |
| Binary | 10100111 | 10011001 | 11101110 | 11110 | 100100 | 0 | 111 | 11111010 | 1000111 | 1001101 |
Color Harmonies of #A799EE
Complementary color
Monochromatic Colors of #A799EE
Black with #A799EE
Text Example
Text Example
White with #A799EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799EE; }
p { color: rgb(167,153,238); }
H1.HeaderClassName
{
color: #A799EE;
}
.AnyTagClassName
{
color: #A799EE;
}
</style>
background-color css
<style>
a { background-color: #A799EE; }
a { background-color: rgb(167,153,238); }
div.DivClassName
{
background-color: #A799EE;
}
.BgClassName
{
background-color: #A799EE;
}
</style>
border-color css
<style>
span { border-color: #A799EE; }
span { border-color: rgb(167,153,238); }
td.TdClassName
{
border-color: #A799EE;
}
.TagClassName
{
border-color: #A799EE;
}
</style>