#AD84DE

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

Shades of Biloba Flower #AD84DE

Tints of Biloba Flower #AD84DE

Color information

#AD84DE (or 0xAD84DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and DE. RGB value is (173,132,222). Sum of RGB (Red+Green+Blue) = 173+132+222=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD84DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DE is #527B21. Grayscale: #9A9A9A. Windows color (decimal): -5405474 or 14582957. OLE color: 14582957.

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

Color convert

RGB173132222-
CMYK0.220.4100.13
HSL267.33º57.69%69.41%-
HSV(B)267.33º40.54%87.06%-
XYZ38.6730.6672.99-
YUV154.52166.08141.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=32.83%
G=25.05%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731322220.220.4100.13267.3357.6969.41
HexAD84DE16290D10b3a45
Octal255204336265101541372105
Binary10101101100001001101111010110101001011011000010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84DE; }

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

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

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

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

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

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

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

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