#AD83DE

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

Shades of Biloba Flower #AD83DE

Tints of Biloba Flower #AD83DE

Color information

#AD83DE (or 0xAD83DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 83 and DE. RGB value is (173,131,222). Sum of RGB (Red+Green+Blue) = 173+131+222=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD83DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DE is #527C21. Grayscale: #999999. Windows color (decimal): -5405730 or 14582701. OLE color: 14582701.

HSL color Cylindrical-coordinate representation of color #AD83DE: hue angle of 267.69º 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 #AD83DE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173131222-
CMYK0.220.4100.13
HSL267.69º57.96%69.22%-
HSV(B)267.69º40.99%87.06%-
XYZ38.5330.3972.94-
YUV153.93166.41141.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=32.89%
G=24.90%
B=42.21%

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
Decimal1731312220.220.4100.13267.6957.9669.22
HexAD83DE16290D10c3a45
Octal255203336265101541472105
Binary10101101100000111101111010110101001011011000011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83DE; }

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

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

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

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

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

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

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

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