Shades of Biloba Flower #AB92D4
Tints of Biloba Flower #AB92D4
RGB
CMYK
RGB Variations
Color information
#AB92D4 (or 0xAB92D4) is known color: Biloba Flower. HEX triplet: AB, 92 and D4. RGB value is (171,146,212). Sum of RGB (Red+Green+Blue) = 171+146+212=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB92D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D4 is #546D2B. Grayscale: #A0A0A0. Windows color (decimal): -5532972 or 13931179. OLE color: 13931179.
HSL color Cylindrical-coordinate representation of color #AB92D4: hue angle of 262.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB92D4 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 146 | 212 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.17 |
| HSL | 262.73º | 0.43% | 0.7% | - |
| HSV(B) | 262.73º | 0.31% | 0.83% | - |
| XYZ | 38.96 | 33.97 | 66.79 | - |
| YUV | 161 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 212 | 0.19 | 0.31 | 0 | 0.17 | 262.73 | 0.43 | 0.7 |
| Hex | AB | 92 | D4 | 13 | 1F | 0 | 11 | 107 | 2B | 46 |
| Octal | 253 | 222 | 324 | 23 | 37 | 0 | 21 | 407 | 53 | 106 |
| Binary | 10101011 | 10010010 | 11010100 | 10011 | 11111 | 0 | 10001 | 100000111 | 101011 | 1000110 |
Color Harmonies of #AB92D4
Complementary color
Monochromatic Colors of #AB92D4
Black with #AB92D4
Text Example
Text Example
White with #AB92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92D4; }
p { color: rgb(171,146,212); }
H1.HeaderClassName
{
color: #AB92D4;
}
.AnyTagClassName
{
color: #AB92D4;
}
</style>
background-color css
<style>
a { background-color: #AB92D4; }
a { background-color: rgb(171,146,212); }
div.DivClassName
{
background-color: #AB92D4;
}
.BgClassName
{
background-color: #AB92D4;
}
</style>
border-color css
<style>
span { border-color: #AB92D4; }
span { border-color: rgb(171,146,212); }
td.TdClassName
{
border-color: #AB92D4;
}
.TagClassName
{
border-color: #AB92D4;
}
</style>