#AD81E9

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

Shades of Biloba Flower #AD81E9

Tints of Biloba Flower #AD81E9

Color information

#AD81E9 (or 0xAD81E9) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and E9. RGB value is (173,129,233). Sum of RGB (Red+Green+Blue) = 173+129+233=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD81E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81E9 is #527E16. Grayscale: #999999. Windows color (decimal): -5406231 or 15303085. OLE color: 15303085.

HSL color Cylindrical-coordinate representation of color #AD81E9: hue angle of 265.38º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD81E9 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173129233-
CMYK0.260.4500.09
HSL265.38º70.27%70.98%-
HSV(B)265.38º44.64%91.37%-
XYZ39.7930.4780.87-
YUV154.01172.58141.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=32.34%
G=24.11%
B=43.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731292330.260.4500.09265.3870.2770.98
HexAD81E91A2D091094647
Octal2552013513255011411106107
Binary101011011000000111101001110101011010100110000100110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81E9; }

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

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

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

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

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

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

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

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