#AD85EA

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

Shades of Biloba Flower #AD85EA

Tints of Biloba Flower #AD85EA

Color information

#AD85EA (or 0xAD85EA) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and EA. RGB value is (173,133,234). Sum of RGB (Red+Green+Blue) = 173+133+234=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85EA is #527A15. Grayscale: #9C9C9C. Windows color (decimal): -5405206 or 15369645. OLE color: 15369645.

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

Color convert

RGB173133234-
CMYK0.260.4300.08
HSL263.76º70.63%71.96%-
HSV(B)263.76º43.16%91.76%-
XYZ40.4731.681.81-
YUV156.47171.75139.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=32.04%
G=24.63%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731332340.260.4300.08263.7670.6371.96
HexAD85EA1A2B081084748
Octal2552053523253010410107110
Binary101011011000010111101010110101010110100010000100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85EA; }

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

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

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

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

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

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

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

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