Shades of Biloba Flower #AD95ED
Tints of Biloba Flower #AD95ED
RGB
CMYK
RGB Variations
Color information
#AD95ED (or 0xAD95ED) is known color: Biloba Flower. HEX triplet: AD, 95 and ED. RGB value is (173,149,237). Sum of RGB (Red+Green+Blue) = 173+149+237=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD95ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95ED is #526A12. Grayscale: #A5A5A5. Windows color (decimal): -5401107 or 15570349. OLE color: 15570349.
HSL color Cylindrical-coordinate representation of color #AD95ED: hue angle of 256.36º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD95ED is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 149 | 237 | - |
CMYK | 0.27 | 0.37 | 0 | 0.07 |
HSL | 256.36º | 0.71% | 0.76% | - |
HSV(B) | 256.36º | 0.37% | 0.93% | - |
XYZ | 43.27 | 36.49 | 84.88 | - |
YUV | 166.21 | 167.95 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 149 | 237 | 0.27 | 0.37 | 0 | 0.07 | 256.36 | 0.71 | 0.76 |
Hex | AD | 95 | ED | 1B | 25 | 0 | 7 | 100 | 47 | 4C |
Octal | 255 | 225 | 355 | 33 | 45 | 0 | 7 | 400 | 107 | 114 |
Binary | 10101101 | 10010101 | 11101101 | 11011 | 100101 | 0 | 111 | 100000000 | 1000111 | 1001100 |
Color Harmonies of #AD95ED
Complementary color
Monochromatic Colors of #AD95ED
Black with #AD95ED
Text Example
Text Example
White with #AD95ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95ED; }
p { color: rgb(173,149,237); }
H1.HeaderClassName
{
color: #AD95ED;
}
.AnyTagClassName
{
color: #AD95ED;
}
</style>
background-color css
<style>
a { background-color: #AD95ED; }
a { background-color: rgb(173,149,237); }
div.DivClassName
{
background-color: #AD95ED;
}
.BgClassName
{
background-color: #AD95ED;
}
</style>
border-color css
<style>
span { border-color: #AD95ED; }
span { border-color: rgb(173,149,237); }
td.TdClassName
{
border-color: #AD95ED;
}
.TagClassName
{
border-color: #AD95ED;
}
</style>