Shades of Biloba Flower #A892F2
Tints of Biloba Flower #A892F2
RGB
CMYK
RGB Variations
Color information
#A892F2 (or 0xA892F2) is known color: Biloba Flower. HEX triplet: A8, 92 and F2. RGB value is (168,146,242). Sum of RGB (Red+Green+Blue) = 168+146+242=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A892F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892F2 is #576D0D. Grayscale: #A3A3A3. Windows color (decimal): -5729550 or 15897256. OLE color: 15897256.
HSL color Cylindrical-coordinate representation of color #A892F2: hue angle of 253.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A892F2 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 146 | 242 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.05 |
| HSL | 253.75º | 0.79% | 0.76% | - |
| HSV(B) | 253.75º | 0.4% | 0.95% | - |
| XYZ | 42.45 | 35.29 | 88.58 | - |
| YUV | 163.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 242 | 0.31 | 0.40 | 0 | 0.05 | 253.75 | 0.79 | 0.76 |
| Hex | A8 | 92 | F2 | 1F | 28 | 0 | 5 | FE | 4F | 4C |
| Octal | 250 | 222 | 362 | 37 | 50 | 0 | 5 | 376 | 117 | 114 |
| Binary | 10101000 | 10010010 | 11110010 | 11111 | 101000 | 0 | 101 | 11111110 | 1001111 | 1001100 |
Color Harmonies of #A892F2
Complementary color
Monochromatic Colors of #A892F2
Black with #A892F2
Text Example
Text Example
White with #A892F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892F2; }
p { color: rgb(168,146,242); }
H1.HeaderClassName
{
color: #A892F2;
}
.AnyTagClassName
{
color: #A892F2;
}
</style>
background-color css
<style>
a { background-color: #A892F2; }
a { background-color: rgb(168,146,242); }
div.DivClassName
{
background-color: #A892F2;
}
.BgClassName
{
background-color: #A892F2;
}
</style>
border-color css
<style>
span { border-color: #A892F2; }
span { border-color: rgb(168,146,242); }
td.TdClassName
{
border-color: #A892F2;
}
.TagClassName
{
border-color: #A892F2;
}
</style>