#AD85E9

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

Shades of Biloba Flower #AD85E9

Tints of Biloba Flower #AD85E9

Color information

#AD85E9 (or 0xAD85E9) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and E9. RGB value is (173,133,233). Sum of RGB (Red+Green+Blue) = 173+133+233=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD85E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85E9 is #527A16. Grayscale: #9C9C9C. Windows color (decimal): -5405207 or 15304109. OLE color: 15304109.

HSL color Cylindrical-coordinate representation of color #AD85E9: hue angle of 264º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD85E9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173133233-
CMYK0.260.4300.09
HSL264º69.44%71.76%-
HSV(B)264º42.92%91.37%-
XYZ40.3331.5481.05-
YUV156.36171.25139.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=32.10%
G=24.68%
B=43.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731332330.260.4300.0926469.4471.76
HexAD85E91A2B091084548
Octal2552053513253011410105110
Binary101011011000010111101001110101010110100110000100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85E9; }

 p { color: rgb(173,133,233); }

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

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

 a { background-color: rgb(173,133,233); }

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

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

 span { border-color: rgb(173,133,233); }

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