Shades of Biloba Flower #AD96CA
Tints of Biloba Flower #AD96CA
RGB
CMYK
RGB Variations
Color information
#AD96CA (or 0xAD96CA) is known color: Biloba Flower. HEX triplet: AD, 96 and CA. RGB value is (173,150,202). Sum of RGB (Red+Green+Blue) = 173+150+202=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96CA is #526935. Grayscale: #A2A2A2. Windows color (decimal): -5400886 or 13276845. OLE color: 13276845.
HSL color Cylindrical-coordinate representation of color #AD96CA: hue angle of 266.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD96CA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 150 | 202 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.21 |
| HSL | 266.54º | 0.33% | 0.69% | - |
| HSV(B) | 266.54º | 0.26% | 0.79% | - |
| XYZ | 38.8 | 34.96 | 60.58 | - |
| YUV | 162.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 202 | 0.14 | 0.26 | 0 | 0.21 | 266.54 | 0.33 | 0.69 |
| Hex | AD | 96 | CA | E | 1A | 0 | 15 | 10B | 21 | 45 |
| Octal | 255 | 226 | 312 | 16 | 32 | 0 | 25 | 413 | 41 | 105 |
| Binary | 10101101 | 10010110 | 11001010 | 1110 | 11010 | 0 | 10101 | 100001011 | 100001 | 1000101 |
Color Harmonies of #AD96CA
Complementary color
Monochromatic Colors of #AD96CA
Black with #AD96CA
Text Example
Text Example
White with #AD96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96CA; }
p { color: rgb(173,150,202); }
H1.HeaderClassName
{
color: #AD96CA;
}
.AnyTagClassName
{
color: #AD96CA;
}
</style>
background-color css
<style>
a { background-color: #AD96CA; }
a { background-color: rgb(173,150,202); }
div.DivClassName
{
background-color: #AD96CA;
}
.BgClassName
{
background-color: #AD96CA;
}
</style>
border-color css
<style>
span { border-color: #AD96CA; }
span { border-color: rgb(173,150,202); }
td.TdClassName
{
border-color: #AD96CA;
}
.TagClassName
{
border-color: #AD96CA;
}
</style>