Shades of Biloba Flower #A992EE
Tints of Biloba Flower #A992EE
RGB
CMYK
RGB Variations
Color information
#A992EE (or 0xA992EE) is known color: Biloba Flower. HEX triplet: A9, 92 and EE. RGB value is (169,146,238). Sum of RGB (Red+Green+Blue) = 169+146+238=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A992EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992EE is #566D11. Grayscale: #A3A3A3. Windows color (decimal): -5664018 or 15635113. OLE color: 15635113.
HSL color Cylindrical-coordinate representation of color #A992EE: hue angle of 255º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A992EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 146 | 238 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.07 |
| HSL | 255º | 0.73% | 0.75% | - |
| HSV(B) | 255º | 0.39% | 0.93% | - |
| XYZ | 42.07 | 35.17 | 85.46 | - |
| YUV | 163.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 238 | 0.29 | 0.39 | 0 | 0.07 | 255 | 0.73 | 0.75 |
| Hex | A9 | 92 | EE | 1D | 27 | 0 | 7 | FF | 49 | 4B |
| Octal | 251 | 222 | 356 | 35 | 47 | 0 | 7 | 377 | 111 | 113 |
| Binary | 10101001 | 10010010 | 11101110 | 11101 | 100111 | 0 | 111 | 11111111 | 1001001 | 1001011 |
Color Harmonies of #A992EE
Complementary color
Monochromatic Colors of #A992EE
Black with #A992EE
Text Example
Text Example
White with #A992EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992EE; }
p { color: rgb(169,146,238); }
H1.HeaderClassName
{
color: #A992EE;
}
.AnyTagClassName
{
color: #A992EE;
}
</style>
background-color css
<style>
a { background-color: #A992EE; }
a { background-color: rgb(169,146,238); }
div.DivClassName
{
background-color: #A992EE;
}
.BgClassName
{
background-color: #A992EE;
}
</style>
border-color css
<style>
span { border-color: #A992EE; }
span { border-color: rgb(169,146,238); }
td.TdClassName
{
border-color: #A992EE;
}
.TagClassName
{
border-color: #A992EE;
}
</style>