#AD83DF

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

Shades of Biloba Flower #AD83DF

Tints of Biloba Flower #AD83DF

Color information

#AD83DF (or 0xAD83DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 83 and DF. RGB value is (173,131,223). Sum of RGB (Red+Green+Blue) = 173+131+223=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DF is #527C20. Grayscale: #999999. Windows color (decimal): -5405729 or 14648237. OLE color: 14648237.

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

Color convert

RGB173131223-
CMYK0.220.4100.13
HSL267.39º58.97%69.41%-
HSV(B)267.39º41.26%87.45%-
XYZ38.6730.4473.65-
YUV154.05166.91141.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=32.83%
G=24.86%
B=42.31%

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
Decimal1731312230.220.4100.13267.3958.9769.41
HexAD83DF16290D10b3b45
Octal255203337265101541373105
Binary10101101100000111101111110110101001011011000010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83DF; }

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

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

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

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

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

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

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

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