Shades of Biloba Flower #AD95E5
Tints of Biloba Flower #AD95E5
RGB
CMYK
RGB Variations
Color information
#AD95E5 (or 0xAD95E5) is known color: Biloba Flower. HEX triplet: AD, 95 and E5. RGB value is (173,149,229). Sum of RGB (Red+Green+Blue) = 173+149+229=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD95E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95E5 is #526A1A. Grayscale: #A5A5A5. Windows color (decimal): -5401115 or 15046061. OLE color: 15046061.
HSL color Cylindrical-coordinate representation of color #AD95E5: hue angle of 258º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD95E5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 149 | 229 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.10 |
| HSL | 258º | 0.61% | 0.74% | - |
| HSV(B) | 258º | 0.35% | 0.9% | - |
| XYZ | 42.12 | 36.04 | 78.86 | - |
| YUV | 165.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 229 | 0.24 | 0.35 | 0 | 0.10 | 258 | 0.61 | 0.74 |
| Hex | AD | 95 | E5 | 18 | 23 | 0 | A | 102 | 3D | 4A |
| Octal | 255 | 225 | 345 | 30 | 43 | 0 | 12 | 402 | 75 | 112 |
| Binary | 10101101 | 10010101 | 11100101 | 11000 | 100011 | 0 | 1010 | 100000010 | 111101 | 1001010 |
Color Harmonies of #AD95E5
Complementary color
Monochromatic Colors of #AD95E5
Black with #AD95E5
Text Example
Text Example
White with #AD95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95E5; }
p { color: rgb(173,149,229); }
H1.HeaderClassName
{
color: #AD95E5;
}
.AnyTagClassName
{
color: #AD95E5;
}
</style>
background-color css
<style>
a { background-color: #AD95E5; }
a { background-color: rgb(173,149,229); }
div.DivClassName
{
background-color: #AD95E5;
}
.BgClassName
{
background-color: #AD95E5;
}
</style>
border-color css
<style>
span { border-color: #AD95E5; }
span { border-color: rgb(173,149,229); }
td.TdClassName
{
border-color: #AD95E5;
}
.TagClassName
{
border-color: #AD95E5;
}
</style>