#AD8DEB

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

Shades of Biloba Flower #AD8DEB

Tints of Biloba Flower #AD8DEB

Color information

#AD8DEB (or 0xAD8DEB) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and EB. RGB value is (173,141,235). Sum of RGB (Red+Green+Blue) = 173+141+235=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DEB is #527214. Grayscale: #A0A0A0. Windows color (decimal): -5403157 or 15437229. OLE color: 15437229.

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

Color convert

RGB173141235-
CMYK0.260.400.08
HSL260.43º70.15%73.73%-
HSV(B)260.43º40%92.16%-
XYZ41.7533.9382.95-
YUV161.28169.6136.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=31.51%
G=25.68%
B=42.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731412350.260.400.08260.4370.1573.73
HexAD8DEB1A2808104464a
Octal2552153533250010404106112
Binary101011011000110111101011110101010000100010000010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DEB; }

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

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

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

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

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

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

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

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