#AD9BFB

Color #AD9BFB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD9BFB

Tints of Biloba Flower #AD9BFB

Color information

#AD9BFB (or 0xAD9BFB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and FB. RGB value is (173,155,251). Sum of RGB (Red+Green+Blue) = 173+155+251=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BFB is #526404. Grayscale: #AAAAAA. Windows color (decimal): -5399557 or 16489389. OLE color: 16489389.

HSL color Cylindrical-coordinate representation of color #AD9BFB: hue angle of 251.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9BFB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173155251-
CMYK0.310.3800.02
HSL251.25º92.31%79.61%-
HSV(B)251.25º38.25%98.43%-
XYZ46.3739.2996.41-
YUV171.33172.96129.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=29.88%
G=26.77%
B=43.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731552510.310.3800.02251.2592.3179.61
HexAD9BFB1F2602fb5c50
Octal255233373374602373134120
Binary101011011001101111111011111111001100101111101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BFB; }

 p { color: rgb(173,155,251); }

 H1.HeaderClassName
 {
   color: #AD9BFB;
 }
 .AnyTagClassName
 {
   color: #AD9BFB;
 }
</style>
background-color css

<style>
 a { background-color: #AD9BFB; }

 a { background-color: rgb(173,155,251); }

 div.DivClassName
 {
   background-color: #AD9BFB;
 }
 .BgClassName
 {
   background-color: #AD9BFB;
 }
</style>
border-color css

<style>
 span { border-color: #AD9BFB; }

 span { border-color: rgb(173,155,251); }

 td.TdClassName
 {
   border-color: #AD9BFB;
 }
 .TagClassName
 {
   border-color: #AD9BFB;
 }
</style>