Shades of Biloba Flower #A893F2
Tints of Biloba Flower #A893F2
RGB
CMYK
RGB Variations
Color information
#A893F2 (or 0xA893F2) is known color: Biloba Flower. HEX triplet: A8, 93 and F2. RGB value is (168,147,242). Sum of RGB (Red+Green+Blue) = 168+147+242=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #A893F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893F2 is #576C0D. Grayscale: #A3A3A3. Windows color (decimal): -5729294 or 15897512. OLE color: 15897512.
HSL color Cylindrical-coordinate representation of color #A893F2: hue angle of 253.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A893F2 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 147 | 242 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.05 |
| HSL | 253.26º | 0.79% | 0.76% | - |
| HSV(B) | 253.26º | 0.39% | 0.95% | - |
| XYZ | 42.61 | 35.6 | 88.63 | - |
| YUV | 164.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 242 | 0.31 | 0.39 | 0 | 0.05 | 253.26 | 0.79 | 0.76 |
| Hex | A8 | 93 | F2 | 1F | 27 | 0 | 5 | FD | 4F | 4C |
| Octal | 250 | 223 | 362 | 37 | 47 | 0 | 5 | 375 | 117 | 114 |
| Binary | 10101000 | 10010011 | 11110010 | 11111 | 100111 | 0 | 101 | 11111101 | 1001111 | 1001100 |
Color Harmonies of #A893F2
Complementary color
Monochromatic Colors of #A893F2
Black with #A893F2
Text Example
Text Example
White with #A893F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893F2; }
p { color: rgb(168,147,242); }
H1.HeaderClassName
{
color: #A893F2;
}
.AnyTagClassName
{
color: #A893F2;
}
</style>
background-color css
<style>
a { background-color: #A893F2; }
a { background-color: rgb(168,147,242); }
div.DivClassName
{
background-color: #A893F2;
}
.BgClassName
{
background-color: #A893F2;
}
</style>
border-color css
<style>
span { border-color: #A893F2; }
span { border-color: rgb(168,147,242); }
td.TdClassName
{
border-color: #A893F2;
}
.TagClassName
{
border-color: #A893F2;
}
</style>