#AD8CEB

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

Shades of Biloba Flower #AD8CEB

Tints of Biloba Flower #AD8CEB

Color information

#AD8CEB (or 0xAD8CEB) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and EB. RGB value is (173,140,235). Sum of RGB (Red+Green+Blue) = 173+140+235=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEB is #527314. Grayscale: #A0A0A0. Windows color (decimal): -5403413 or 15436973. OLE color: 15436973.

HSL color Cylindrical-coordinate representation of color #AD8CEB: hue angle of 260.84º 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 #AD8CEB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173140235-
CMYK0.260.4000.08
HSL260.84º70.37%73.53%-
HSV(B)260.84º40.43%92.16%-
XYZ41.6133.6482.9-
YUV160.7169.93136.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=31.57%
G=25.55%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731402350.260.4000.08260.8470.3773.53
HexAD8CEB1A2808105464a
Octal2552143533250010405106112
Binary101011011000110011101011110101010000100010000010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CEB; }

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

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

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

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

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

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

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

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