Shades of Biloba Flower #AB82E4
Tints of Biloba Flower #AB82E4
RGB
CMYK
RGB Variations
Color information
#AB82E4 (or 0xAB82E4) is known color: Biloba Flower. HEX triplet: AB, 82 and E4. RGB value is (171,130,228). Sum of RGB (Red+Green+Blue) = 171+130+228=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB82E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82E4 is #547D1B. Grayscale: #999999. Windows color (decimal): -5537052 or 14975659. OLE color: 14975659.
HSL color Cylindrical-coordinate representation of color #AB82E4: hue angle of 265.1º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB82E4 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 130 | 228 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.11 |
| HSL | 265.1º | 0.64% | 0.7% | - |
| HSV(B) | 265.1º | 0.43% | 0.89% | - |
| XYZ | 38.78 | 30.22 | 77.19 | - |
| YUV | 153.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 228 | 0.25 | 0.43 | 0 | 0.11 | 265.1 | 0.64 | 0.7 |
| Hex | AB | 82 | E4 | 19 | 2B | 0 | B | 109 | 40 | 46 |
| Octal | 253 | 202 | 344 | 31 | 53 | 0 | 13 | 411 | 100 | 106 |
| Binary | 10101011 | 10000010 | 11100100 | 11001 | 101011 | 0 | 1011 | 100001001 | 1000000 | 1000110 |
Color Harmonies of #AB82E4
Complementary color
Monochromatic Colors of #AB82E4
Black with #AB82E4
Text Example
Text Example
White with #AB82E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82E4; }
p { color: rgb(171,130,228); }
H1.HeaderClassName
{
color: #AB82E4;
}
.AnyTagClassName
{
color: #AB82E4;
}
</style>
background-color css
<style>
a { background-color: #AB82E4; }
a { background-color: rgb(171,130,228); }
div.DivClassName
{
background-color: #AB82E4;
}
.BgClassName
{
background-color: #AB82E4;
}
</style>
border-color css
<style>
span { border-color: #AB82E4; }
span { border-color: rgb(171,130,228); }
td.TdClassName
{
border-color: #AB82E4;
}
.TagClassName
{
border-color: #AB82E4;
}
</style>