#AD83EE

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

Shades of Biloba Flower #AD83EE

Tints of Biloba Flower #AD83EE

Color information

#AD83EE (or 0xAD83EE) is unknown color: approx Biloba Flower. HEX triplet: AD, 83 and EE. RGB value is (173,131,238). Sum of RGB (Red+Green+Blue) = 173+131+238=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83EE is #527C11. Grayscale: #9B9B9B. Windows color (decimal): -5405714 or 15631277. OLE color: 15631277.

HSL color Cylindrical-coordinate representation of color #AD83EE: hue angle of 263.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD83EE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173131238-
CMYK0.270.4500.07
HSL263.55º75.89%72.35%-
HSV(B)263.55º44.96%93.33%-
XYZ40.7831.2984.78-
YUV155.76174.41140.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=31.92%
G=24.17%
B=43.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731312380.270.4500.07263.5575.8972.35
HexAD83EE1B2D071084c48
Octal255203356335507410114110
Binary10101101100000111110111011011101101011110000100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83EE; }

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

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

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

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

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

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

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

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