#AD9BF2

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

Shades of Biloba Flower #AD9BF2

Tints of Biloba Flower #AD9BF2

Color information

#AD9BF2 (or 0xAD9BF2) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and F2. RGB value is (173,155,242). Sum of RGB (Red+Green+Blue) = 173+155+242=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD9BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BF2 is #52640D. Grayscale: #A9A9A9. Windows color (decimal): -5399566 or 15899565. OLE color: 15899565.

HSL color Cylindrical-coordinate representation of color #AD9BF2: hue angle of 252.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9BF2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173155242-
CMYK0.290.3600.05
HSL252.41º76.99%77.84%-
HSV(B)252.41º35.95%94.9%-
XYZ44.9838.7489.11-
YUV170.3168.46129.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=30.35%
G=27.19%
B=42.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731552420.290.3600.05252.4176.9977.84
HexAD9BF21D2405fc4d4e
Octal255233362354405374115116
Binary1010110110011011111100101110110010001011111110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BF2; }

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

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

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

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

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

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

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

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