Shades of Biloba Flower #A883E0
Tints of Biloba Flower #A883E0
RGB
CMYK
RGB Variations
Color information
#A883E0 (or 0xA883E0) is known color: Biloba Flower. HEX triplet: A8, 83 and E0. RGB value is (168,131,224). Sum of RGB (Red+Green+Blue) = 168+131+224=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #A883E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883E0 is #577C1F. Grayscale: #989898. Windows color (decimal): -5733408 or 14713768. OLE color: 14713768.
HSL color Cylindrical-coordinate representation of color #A883E0: hue angle of 263.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A883E0 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 131 | 224 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.12 |
| HSL | 263.87º | 0.6% | 0.7% | - |
| HSV(B) | 263.87º | 0.42% | 0.88% | - |
| XYZ | 37.72 | 29.94 | 74.31 | - |
| YUV | 152.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 224 | 0.25 | 0.42 | 0 | 0.12 | 263.87 | 0.6 | 0.7 |
| Hex | A8 | 83 | E0 | 19 | 2A | 0 | C | 108 | 3C | 46 |
| Octal | 250 | 203 | 340 | 31 | 52 | 0 | 14 | 410 | 74 | 106 |
| Binary | 10101000 | 10000011 | 11100000 | 11001 | 101010 | 0 | 1100 | 100001000 | 111100 | 1000110 |
Color Harmonies of #A883E0
Complementary color
Monochromatic Colors of #A883E0
Black with #A883E0
Text Example
Text Example
White with #A883E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883E0; }
p { color: rgb(168,131,224); }
H1.HeaderClassName
{
color: #A883E0;
}
.AnyTagClassName
{
color: #A883E0;
}
</style>
background-color css
<style>
a { background-color: #A883E0; }
a { background-color: rgb(168,131,224); }
div.DivClassName
{
background-color: #A883E0;
}
.BgClassName
{
background-color: #A883E0;
}
</style>
border-color css
<style>
span { border-color: #A883E0; }
span { border-color: rgb(168,131,224); }
td.TdClassName
{
border-color: #A883E0;
}
.TagClassName
{
border-color: #A883E0;
}
</style>