#AD81EC

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

Shades of Biloba Flower #AD81EC

Tints of Biloba Flower #AD81EC

Color information

#AD81EC (or 0xAD81EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and EC. RGB value is (173,129,236). Sum of RGB (Red+Green+Blue) = 173+129+236=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81EC is #527E13. Grayscale: #999999. Windows color (decimal): -5406228 or 15499693. OLE color: 15499693.

HSL color Cylindrical-coordinate representation of color #AD81EC: hue angle of 264.67º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD81EC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173129236-
CMYK0.270.4500.07
HSL264.67º73.79%71.57%-
HSV(B)264.67º45.34%92.55%-
XYZ40.2230.6483.15-
YUV154.35174.08141.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=32.16%
G=23.98%
B=43.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731292360.270.4500.07264.6773.7971.57
HexAD81EC1B2D071094a48
Octal255201354335507411112110
Binary10101101100000011110110011011101101011110000100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81EC; }

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

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

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

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

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

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

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

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