Shades of Biloba Flower #AB99CC
Tints of Biloba Flower #AB99CC
RGB
CMYK
RGB Variations
Color information
#AB99CC (or 0xAB99CC) is known color: Biloba Flower. HEX triplet: AB, 99 and CC. RGB value is (171,153,204). Sum of RGB (Red+Green+Blue) = 171+153+204=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99CC is #546633. Grayscale: #A4A4A4. Windows color (decimal): -5531188 or 13408683. OLE color: 13408683.
HSL color Cylindrical-coordinate representation of color #AB99CC: hue angle of 261.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB99CC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 153 | 204 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.2 |
| HSL | 261.18º | 0.33% | 0.7% | - |
| HSV(B) | 261.18º | 0.25% | 0.8% | - |
| XYZ | 39.08 | 35.8 | 61.98 | - |
| YUV | 164.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 204 | 0.16 | 0.25 | 0 | 0.2 | 261.18 | 0.33 | 0.7 |
| Hex | AB | 99 | CC | 10 | 19 | 0 | 14 | 105 | 21 | 46 |
| Octal | 253 | 231 | 314 | 20 | 31 | 0 | 24 | 405 | 41 | 106 |
| Binary | 10101011 | 10011001 | 11001100 | 10000 | 11001 | 0 | 10100 | 100000101 | 100001 | 1000110 |
Color Harmonies of #AB99CC
Complementary color
Monochromatic Colors of #AB99CC
Black with #AB99CC
Text Example
Text Example
White with #AB99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99CC; }
p { color: rgb(171,153,204); }
H1.HeaderClassName
{
color: #AB99CC;
}
.AnyTagClassName
{
color: #AB99CC;
}
</style>
background-color css
<style>
a { background-color: #AB99CC; }
a { background-color: rgb(171,153,204); }
div.DivClassName
{
background-color: #AB99CC;
}
.BgClassName
{
background-color: #AB99CC;
}
</style>
border-color css
<style>
span { border-color: #AB99CC; }
span { border-color: rgb(171,153,204); }
td.TdClassName
{
border-color: #AB99CC;
}
.TagClassName
{
border-color: #AB99CC;
}
</style>