Shades of Biloba Flower #AB92CA
Tints of Biloba Flower #AB92CA
RGB
CMYK
RGB Variations
Color information
#AB92CA (or 0xAB92CA) is known color: Biloba Flower. HEX triplet: AB, 92 and CA. RGB value is (171,146,202). Sum of RGB (Red+Green+Blue) = 171+146+202=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92CA is #546D35. Grayscale: #9F9F9F. Windows color (decimal): -5532982 or 13275819. OLE color: 13275819.
HSL color Cylindrical-coordinate representation of color #AB92CA: hue angle of 266.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB92CA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 146 | 202 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.21 |
| HSL | 266.79º | 0.35% | 0.68% | - |
| HSV(B) | 266.79º | 0.28% | 0.79% | - |
| XYZ | 37.73 | 33.48 | 60.35 | - |
| YUV | 159.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 202 | 0.15 | 0.28 | 0 | 0.21 | 266.79 | 0.35 | 0.68 |
| Hex | AB | 92 | CA | F | 1C | 0 | 15 | 10B | 23 | 44 |
| Octal | 253 | 222 | 312 | 17 | 34 | 0 | 25 | 413 | 43 | 104 |
| Binary | 10101011 | 10010010 | 11001010 | 1111 | 11100 | 0 | 10101 | 100001011 | 100011 | 1000100 |
Color Harmonies of #AB92CA
Complementary color
Monochromatic Colors of #AB92CA
Black with #AB92CA
Text Example
Text Example
White with #AB92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92CA; }
p { color: rgb(171,146,202); }
H1.HeaderClassName
{
color: #AB92CA;
}
.AnyTagClassName
{
color: #AB92CA;
}
</style>
background-color css
<style>
a { background-color: #AB92CA; }
a { background-color: rgb(171,146,202); }
div.DivClassName
{
background-color: #AB92CA;
}
.BgClassName
{
background-color: #AB92CA;
}
</style>
border-color css
<style>
span { border-color: #AB92CA; }
span { border-color: rgb(171,146,202); }
td.TdClassName
{
border-color: #AB92CA;
}
.TagClassName
{
border-color: #AB92CA;
}
</style>