#AD8FEB

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

Shades of Biloba Flower #AD8FEB

Tints of Biloba Flower #AD8FEB

Color information

#AD8FEB (or 0xAD8FEB) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and EB. RGB value is (173,143,235). Sum of RGB (Red+Green+Blue) = 173+143+235=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEB is #527014. Grayscale: #A2A2A2. Windows color (decimal): -5402645 or 15437741. OLE color: 15437741.

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

Color convert

RGB173143235-
CMYK0.260.3900.08
HSL259.57º69.7%74.12%-
HSV(B)259.57º39.15%92.16%-
XYZ42.0534.5383.05-
YUV162.46168.94135.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=31.40%
G=25.95%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731432350.260.3900.08259.5769.774.12
HexAD8FEB1A2708104464a
Octal2552173533247010404106112
Binary101011011000111111101011110101001110100010000010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FEB; }

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

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

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

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

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

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

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

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