#AD8DF0

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

Shades of Biloba Flower #AD8DF0

Tints of Biloba Flower #AD8DF0

Color information

#AD8DF0 (or 0xAD8DF0) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and F0. RGB value is (173,141,240). Sum of RGB (Red+Green+Blue) = 173+141+240=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF0 is #52720F. Grayscale: #A1A1A1. Windows color (decimal): -5403152 or 15764909. OLE color: 15764909.

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

Color convert

RGB173141240-
CMYK0.280.4100.06
HSL259.39º76.74%74.71%-
HSV(B)259.39º41.25%94.12%-
XYZ42.4934.2386.8-
YUV161.85172.1135.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=31.23%
G=25.45%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731412400.280.4100.06259.3976.7474.71
HexAD8DF01C29061034d4b
Octal255215360345106403115113
Binary10101101100011011111000011100101001011010000001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DF0; }

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

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

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

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

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

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

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

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