#AD8FE5

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

Shades of Biloba Flower #AD8FE5

Tints of Biloba Flower #AD8FE5

Color information

#AD8FE5 (or 0xAD8FE5) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and E5. RGB value is (173,143,229). Sum of RGB (Red+Green+Blue) = 173+143+229=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD8FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FE5 is #52701A. Grayscale: #A1A1A1. Windows color (decimal): -5402651 or 15044525. OLE color: 15044525.

HSL color Cylindrical-coordinate representation of color #AD8FE5: hue angle of 260.93º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8FE5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173143229-
CMYK0.240.3800.10
HSL260.93º62.32%72.94%-
HSV(B)260.93º37.55%89.8%-
XYZ41.234.1978.56-
YUV161.77165.94136.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=31.74%
G=26.24%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731432290.240.3800.10260.9362.3272.94
HexAD8FE518260A1053e49
Octal255217345304601240576111
Binary10101101100011111110010111000100110010101000001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FE5; }

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

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

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

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

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

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

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

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