#AD8FE9

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

Shades of Biloba Flower #AD8FE9

Tints of Biloba Flower #AD8FE9

Color information

#AD8FE9 (or 0xAD8FE9) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and E9. RGB value is (173,143,233). Sum of RGB (Red+Green+Blue) = 173+143+233=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD8FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FE9 is #527016. Grayscale: #A1A1A1. Windows color (decimal): -5402647 or 15306669. OLE color: 15306669.

HSL color Cylindrical-coordinate representation of color #AD8FE9: hue angle of 260º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8FE9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173143233-
CMYK0.260.3900.09
HSL260º67.16%73.73%-
HSV(B)260º38.63%91.37%-
XYZ41.7634.4181.53-
YUV162.23167.94135.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=31.51%
G=26.05%
B=42.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731432330.260.3900.0926067.1673.73
HexAD8FE91A2709104434a
Octal2552173513247011404103112
Binary101011011000111111101001110101001110100110000010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FE9; }

 p { color: rgb(173,143,233); }

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

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

 a { background-color: rgb(173,143,233); }

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

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

 span { border-color: rgb(173,143,233); }

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