Shades of Biloba Flower #AB83ED
Tints of Biloba Flower #AB83ED
RGB
CMYK
RGB Variations
Color information
#AB83ED (or 0xAB83ED) is known color: Biloba Flower. HEX triplet: AB, 83 and ED. RGB value is (171,131,237). Sum of RGB (Red+Green+Blue) = 171+131+237=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83ED is #547C12. Grayscale: #9A9A9A. Windows color (decimal): -5536787 or 15565739. OLE color: 15565739.
HSL color Cylindrical-coordinate representation of color #AB83ED: hue angle of 262.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB83ED is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 131 | 237 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.07 |
| HSL | 262.64º | 0.75% | 0.72% | - |
| HSV(B) | 262.64º | 0.45% | 0.93% | - |
| XYZ | 40.2 | 31 | 83.99 | - |
| YUV | 155.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 237 | 0.28 | 0.45 | 0 | 0.07 | 262.64 | 0.75 | 0.72 |
| Hex | AB | 83 | ED | 1C | 2D | 0 | 7 | 107 | 4B | 48 |
| Octal | 253 | 203 | 355 | 34 | 55 | 0 | 7 | 407 | 113 | 110 |
| Binary | 10101011 | 10000011 | 11101101 | 11100 | 101101 | 0 | 111 | 100000111 | 1001011 | 1001000 |
Color Harmonies of #AB83ED
Complementary color
Monochromatic Colors of #AB83ED
Black with #AB83ED
Text Example
Text Example
White with #AB83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83ED; }
p { color: rgb(171,131,237); }
H1.HeaderClassName
{
color: #AB83ED;
}
.AnyTagClassName
{
color: #AB83ED;
}
</style>
background-color css
<style>
a { background-color: #AB83ED; }
a { background-color: rgb(171,131,237); }
div.DivClassName
{
background-color: #AB83ED;
}
.BgClassName
{
background-color: #AB83ED;
}
</style>
border-color css
<style>
span { border-color: #AB83ED; }
span { border-color: rgb(171,131,237); }
td.TdClassName
{
border-color: #AB83ED;
}
.TagClassName
{
border-color: #AB83ED;
}
</style>