Shades of Biloba Flower #A89CCB
Tints of Biloba Flower #A89CCB
RGB
CMYK
RGB Variations
Color information
#A89CCB (or 0xA89CCB) is known color: Biloba Flower. HEX triplet: A8, 9C and CB. RGB value is (168,156,203). Sum of RGB (Red+Green+Blue) = 168+156+203=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A89CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CCB is #576334. Grayscale: #A4A4A4. Windows color (decimal): -5727029 or 13343912. OLE color: 13343912.
HSL color Cylindrical-coordinate representation of color #A89CCB: hue angle of 255.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89CCB is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 156 | 203 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.20 |
| HSL | 255.32º | 0.31% | 0.7% | - |
| HSV(B) | 255.32º | 0.23% | 0.8% | - |
| XYZ | 38.82 | 36.41 | 61.48 | - |
| YUV | 164.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 203 | 0.17 | 0.23 | 0 | 0.20 | 255.32 | 0.31 | 0.7 |
| Hex | A8 | 9C | CB | 11 | 17 | 0 | 14 | FF | 1F | 46 |
| Octal | 250 | 234 | 313 | 21 | 27 | 0 | 24 | 377 | 37 | 106 |
| Binary | 10101000 | 10011100 | 11001011 | 10001 | 10111 | 0 | 10100 | 11111111 | 11111 | 1000110 |
Color Harmonies of #A89CCB
Complementary color
Monochromatic Colors of #A89CCB
Black with #A89CCB
Text Example
Text Example
White with #A89CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CCB; }
p { color: rgb(168,156,203); }
H1.HeaderClassName
{
color: #A89CCB;
}
.AnyTagClassName
{
color: #A89CCB;
}
</style>
background-color css
<style>
a { background-color: #A89CCB; }
a { background-color: rgb(168,156,203); }
div.DivClassName
{
background-color: #A89CCB;
}
.BgClassName
{
background-color: #A89CCB;
}
</style>
border-color css
<style>
span { border-color: #A89CCB; }
span { border-color: rgb(168,156,203); }
td.TdClassName
{
border-color: #A89CCB;
}
.TagClassName
{
border-color: #A89CCB;
}
</style>