#AD9CFA

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

Shades of Biloba Flower #AD9CFA

Tints of Biloba Flower #AD9CFA

Color information

#AD9CFA (or 0xAD9CFA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and FA. RGB value is (173,156,250). Sum of RGB (Red+Green+Blue) = 173+156+250=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFA is #526305. Grayscale: #ABABAB. Windows color (decimal): -5399302 or 16424109. OLE color: 16424109.

HSL color Cylindrical-coordinate representation of color #AD9CFA: hue angle of 250.85º degrees, saturation: 0.9, 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 #AD9CFA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173156250-
CMYK0.310.3800.02
HSL250.85º90.38%79.61%-
HSV(B)250.85º37.6%98.04%-
XYZ46.3839.5695.63-
YUV171.8172.13128.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=29.88%
G=26.94%
B=43.18%

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
Decimal1731562500.310.3800.02250.8590.3879.61
HexAD9CFA1F2602fb5a50
Octal255234372374602373132120
Binary101011011001110011111010111111001100101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CFA; }

 p { color: rgb(173,156,250); }

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

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

 a { background-color: rgb(173,156,250); }

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

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

 span { border-color: rgb(173,156,250); }

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