Shades of Biloba Flower #AD9AFD
Tints of Biloba Flower #AD9AFD
RGB
CMYK
RGB Variations
Color information
#AD9AFD (or 0xAD9AFD) is known color: Biloba Flower. HEX triplet: AD, 9A and FD. RGB value is (173,154,253). Sum of RGB (Red+Green+Blue) = 173+154+253=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9AFD is #526502. Grayscale: #AAAAAA. Windows color (decimal): -5399811 or 16620205. OLE color: 16620205.
HSL color Cylindrical-coordinate representation of color #AD9AFD: hue angle of 251.52º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD9AFD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 154 | 253 | - |
CMYK | 0.32 | 0.39 | 0 | 0.01 |
HSL | 251.52º | 0.96% | 0.8% | - |
HSV(B) | 251.52º | 0.39% | 0.99% | - |
XYZ | 46.52 | 39.09 | 98.02 | - |
YUV | 170.97 | 174.29 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 154 | 253 | 0.32 | 0.39 | 0 | 0.01 | 251.52 | 0.96 | 0.8 |
Hex | AD | 9A | FD | 20 | 27 | 0 | 1 | FC | 60 | 50 |
Octal | 255 | 232 | 375 | 40 | 47 | 0 | 1 | 374 | 140 | 120 |
Binary | 10101101 | 10011010 | 11111101 | 100000 | 100111 | 0 | 1 | 11111100 | 1100000 | 1010000 |
Color Harmonies of #AD9AFD
Complementary color
Monochromatic Colors of #AD9AFD
Black with #AD9AFD
Text Example
Text Example
White with #AD9AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AFD; }
p { color: rgb(173,154,253); }
H1.HeaderClassName
{
color: #AD9AFD;
}
.AnyTagClassName
{
color: #AD9AFD;
}
</style>
background-color css
<style>
a { background-color: #AD9AFD; }
a { background-color: rgb(173,154,253); }
div.DivClassName
{
background-color: #AD9AFD;
}
.BgClassName
{
background-color: #AD9AFD;
}
</style>
border-color css
<style>
span { border-color: #AD9AFD; }
span { border-color: rgb(173,154,253); }
td.TdClassName
{
border-color: #AD9AFD;
}
.TagClassName
{
border-color: #AD9AFD;
}
</style>