#AD8BE9

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

Shades of Biloba Flower #AD8BE9

Tints of Biloba Flower #AD8BE9

Color information

#AD8BE9 (or 0xAD8BE9) is unknown color: approx Biloba Flower. HEX triplet: AD, 8B and E9. RGB value is (173,139,233). Sum of RGB (Red+Green+Blue) = 173+139+233=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD8BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BE9 is #527416. Grayscale: #9F9F9F. Windows color (decimal): -5403671 or 15305645. OLE color: 15305645.

HSL color Cylindrical-coordinate representation of color #AD8BE9: hue angle of 261.7º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8BE9 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173139233-
CMYK0.260.4000.09
HSL261.7º68.12%72.94%-
HSV(B)261.7º40.34%91.37%-
XYZ41.1733.2381.34-
YUV159.88169.26137.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=31.74%
G=25.50%
B=42.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731392330.260.4000.09261.768.1272.94
HexAD8BE91A28091064449
Octal2552133513250011406104111
Binary101011011000101111101001110101010000100110000011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BE9; }

 p { color: rgb(173,139,233); }

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

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

 a { background-color: rgb(173,139,233); }

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

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

 span { border-color: rgb(173,139,233); }

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