#AD8DF5

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

Shades of Biloba Flower #AD8DF5

Tints of Biloba Flower #AD8DF5

Color information

#AD8DF5 (or 0xAD8DF5) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and F5. RGB value is (173,141,245). Sum of RGB (Red+Green+Blue) = 173+141+245=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD8DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF5 is #52720A. Grayscale: #A2A2A2. Windows color (decimal): -5403147 or 16092589. OLE color: 16092589.

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

Color convert

RGB173141245-
CMYK0.290.4200.04
HSL258.46º83.87%75.69%-
HSV(B)258.46º42.45%96.08%-
XYZ43.2434.5390.77-
YUV162.42174.6135.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=30.95%
G=25.22%
B=43.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731412450.290.4200.04258.4683.8775.69
HexAD8DF51D2A04102544c
Octal255215365355204402124114
Binary10101101100011011111010111101101010010010000001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DF5; }

 p { color: rgb(173,141,245); }

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

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

 a { background-color: rgb(173,141,245); }

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

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

 span { border-color: rgb(173,141,245); }

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