#AD81DE

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

Shades of Biloba Flower #AD81DE

Tints of Biloba Flower #AD81DE

Color information

#AD81DE (or 0xAD81DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and DE. RGB value is (173,129,222). Sum of RGB (Red+Green+Blue) = 173+129+222=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DE is #527E21. Grayscale: #989898. Windows color (decimal): -5406242 or 14582189. OLE color: 14582189.

HSL color Cylindrical-coordinate representation of color #AD81DE: hue angle of 268.39º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD81DE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173129222-
CMYK0.220.4200.13
HSL268.39º58.49%68.82%-
HSV(B)268.39º41.89%87.06%-
XYZ38.2729.8672.85-
YUV152.76167.08142.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=33.02%
G=24.62%
B=42.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731292220.220.4200.13268.3958.4968.82
HexAD81DE162A0D10c3a45
Octal255201336265201541472105
Binary10101101100000011101111010110101010011011000011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81DE; }

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

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

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

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

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

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

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

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