#AD85EB

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

Shades of Biloba Flower #AD85EB

Tints of Biloba Flower #AD85EB

Color information

#AD85EB (or 0xAD85EB) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and EB. RGB value is (173,133,235). Sum of RGB (Red+Green+Blue) = 173+133+235=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD85EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD85EB is #527A14. Grayscale: #9C9C9C. Windows color (decimal): -5405205 or 15435181. OLE color: 15435181.

HSL color Cylindrical-coordinate representation of color #AD85EB: hue angle of 263.53º degrees, saturation: 0.72, 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 #AD85EB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173133235-
CMYK0.260.4300.08
HSL263.53º71.83%72.16%-
HSV(B)263.53º43.4%92.16%-
XYZ40.6231.6682.57-
YUV156.59172.25139.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=31.98%
G=24.58%
B=43.44%

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
Decimal1731332350.260.4300.08263.5371.8372.16
HexAD85EB1A2B081084848
Octal2552053533253010410110110
Binary101011011000010111101011110101010110100010000100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85EB; }

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

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

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

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

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

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

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

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