Shades of Biloba Flower #A892EE
Tints of Biloba Flower #A892EE
RGB
CMYK
RGB Variations
Color information
#A892EE (or 0xA892EE) is known color: Biloba Flower. HEX triplet: A8, 92 and EE. RGB value is (168,146,238). Sum of RGB (Red+Green+Blue) = 168+146+238=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #A892EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892EE is #576D11. Grayscale: #A2A2A2. Windows color (decimal): -5729554 or 15635112. OLE color: 15635112.
HSL color Cylindrical-coordinate representation of color #A892EE: hue angle of 254.35º 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 #A892EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 146 | 238 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.07 |
| HSL | 254.35º | 0.73% | 0.75% | - |
| HSV(B) | 254.35º | 0.39% | 0.93% | - |
| XYZ | 41.86 | 35.06 | 85.45 | - |
| YUV | 163.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 238 | 0.29 | 0.39 | 0 | 0.07 | 254.35 | 0.73 | 0.75 |
| Hex | A8 | 92 | EE | 1D | 27 | 0 | 7 | FE | 49 | 4B |
| Octal | 250 | 222 | 356 | 35 | 47 | 0 | 7 | 376 | 111 | 113 |
| Binary | 10101000 | 10010010 | 11101110 | 11101 | 100111 | 0 | 111 | 11111110 | 1001001 | 1001011 |
Color Harmonies of #A892EE
Complementary color
Monochromatic Colors of #A892EE
Black with #A892EE
Text Example
Text Example
White with #A892EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892EE; }
p { color: rgb(168,146,238); }
H1.HeaderClassName
{
color: #A892EE;
}
.AnyTagClassName
{
color: #A892EE;
}
</style>
background-color css
<style>
a { background-color: #A892EE; }
a { background-color: rgb(168,146,238); }
div.DivClassName
{
background-color: #A892EE;
}
.BgClassName
{
background-color: #A892EE;
}
</style>
border-color css
<style>
span { border-color: #A892EE; }
span { border-color: rgb(168,146,238); }
td.TdClassName
{
border-color: #A892EE;
}
.TagClassName
{
border-color: #A892EE;
}
</style>