#AD8BF6

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

Shades of Biloba Flower #AD8BF6

Tints of Biloba Flower #AD8BF6

Color information

#AD8BF6 (or 0xAD8BF6) is unknown color: approx Biloba Flower. HEX triplet: AD, 8B and F6. RGB value is (173,139,246). Sum of RGB (Red+Green+Blue) = 173+139+246=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD8BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BF6 is #527409. Grayscale: #A0A0A0. Windows color (decimal): -5403658 or 16157613. OLE color: 16157613.

HSL color Cylindrical-coordinate representation of color #AD8BF6: hue angle of 259.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8BF6 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173139246-
CMYK0.300.4300.04
HSL259.07º85.6%75.49%-
HSV(B)259.07º43.5%96.47%-
XYZ43.13491.48-
YUV161.36175.76136.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=31.00%
G=24.91%
B=44.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731392460.300.4300.04259.0785.675.49
HexAD8BF61E2B04103564b
Octal255213366365304403126113
Binary10101101100010111111011011110101011010010000001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BF6; }

 p { color: rgb(173,139,246); }

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

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

 a { background-color: rgb(173,139,246); }

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

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

 span { border-color: rgb(173,139,246); }

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