#AD9DF4

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

Shades of Biloba Flower #AD9DF4

Tints of Biloba Flower #AD9DF4

Color information

#AD9DF4 (or 0xAD9DF4) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and F4. RGB value is (173,157,244). Sum of RGB (Red+Green+Blue) = 173+157+244=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD9DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF4 is #52620B. Grayscale: #ABABAB. Windows color (decimal): -5399052 or 16031149. OLE color: 16031149.

HSL color Cylindrical-coordinate representation of color #AD9DF4: hue angle of 251.03º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9DF4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173157244-
CMYK0.290.3600.04
HSL251.03º79.82%78.63%-
HSV(B)251.03º35.66%95.69%-
XYZ45.6239.5390.81-
YUV171.7168.8128.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 244 (95.70% from 255) = 42.51%
R=30.14%
G=27.35%
B=42.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731572440.290.3600.04251.0379.8278.63
HexAD9DF41D2404fb504f
Octal255235364354404373120117
Binary1010110110011101111101001110110010001001111101110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DF4; }

 p { color: rgb(173,157,244); }

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

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

 a { background-color: rgb(173,157,244); }

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

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

 span { border-color: rgb(173,157,244); }

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