#AD9BF0

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

Shades of Biloba Flower #AD9BF0

Tints of Biloba Flower #AD9BF0

Color information

#AD9BF0 (or 0xAD9BF0) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and F0. RGB value is (173,155,240). Sum of RGB (Red+Green+Blue) = 173+155+240=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD9BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BF0 is #52640F. Grayscale: #A9A9A9. Windows color (decimal): -5399568 or 15768493. OLE color: 15768493.

HSL color Cylindrical-coordinate representation of color #AD9BF0: hue angle of 252.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9BF0 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173155240-
CMYK0.280.3500.06
HSL252.71º73.91%77.45%-
HSV(B)252.71º35.42%94.12%-
XYZ44.6838.6287.54-
YUV170.07167.46130.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=30.46%
G=27.29%
B=42.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731552400.280.3500.06252.7173.9177.45
HexAD9BF01C2306fd4a4d
Octal255233360344306375112115
Binary1010110110011011111100001110010001101101111110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BF0; }

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

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

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

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

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

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

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

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