#AD81E7

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

Shades of Biloba Flower #AD81E7

Tints of Biloba Flower #AD81E7

Color information

#AD81E7 (or 0xAD81E7) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and E7. RGB value is (173,129,231). Sum of RGB (Red+Green+Blue) = 173+129+231=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD81E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81E7 is #527E18. Grayscale: #999999. Windows color (decimal): -5406233 or 15172013. OLE color: 15172013.

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

Color convert

RGB173129231-
CMYK0.250.4400.09
HSL265.88º68%70.59%-
HSV(B)265.88º44.16%90.59%-
XYZ39.5130.3579.38-
YUV153.78171.58141.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=32.46%
G=24.20%
B=43.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731292310.250.4400.09265.886870.59
HexAD81E7192C0910a4447
Octal2552013473154011412104107
Binary101011011000000111100111110011011000100110000101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81E7; }

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

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

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

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

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

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

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

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