#AD8FE8

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

Shades of Biloba Flower #AD8FE8

Tints of Biloba Flower #AD8FE8

Color information

#AD8FE8 (or 0xAD8FE8) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and E8. RGB value is (173,143,232). Sum of RGB (Red+Green+Blue) = 173+143+232=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FE8 is #527017. Grayscale: #A1A1A1. Windows color (decimal): -5402648 or 15241133. OLE color: 15241133.

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

Color convert

RGB173143232-
CMYK0.250.3800.09
HSL260.22º65.93%73.53%-
HSV(B)260.22º38.36%90.98%-
XYZ41.6234.3680.78-
YUV162.12167.44135.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 232 (91.02% from 255) = 42.34%
R=31.57%
G=26.09%
B=42.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731432320.250.3800.09260.2265.9373.53
HexAD8FE8192609104424a
Octal2552173503146011404102112
Binary101011011000111111101000110011001100100110000010010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FE8; }

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

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

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

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

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

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

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

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