#AD83D9

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

Shades of Biloba Flower #AD83D9

Tints of Biloba Flower #AD83D9

Color information

#AD83D9 (or 0xAD83D9) is unknown color: approx Biloba Flower. HEX triplet: AD, 83 and D9. RGB value is (173,131,217). Sum of RGB (Red+Green+Blue) = 173+131+217=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD83D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83D9 is #527C26. Grayscale: #999999. Windows color (decimal): -5405735 or 14255021. OLE color: 14255021.

HSL color Cylindrical-coordinate representation of color #AD83D9: hue angle of 269.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD83D9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173131217-
CMYK0.200.4000.15
HSL269.3º53.09%68.24%-
HSV(B)269.3º39.63%85.1%-
XYZ37.8730.1369.46-
YUV153.36163.91142.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=33.21%
G=25.14%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731312170.200.4000.15269.353.0968.24
HexAD83D914280F10d3544
Octal255203331245001741565104
Binary10101101100000111101100110100101000011111000011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83D9; }

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

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

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

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

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

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

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

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