#AD86E0

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

Shades of Biloba Flower #AD86E0

Tints of Biloba Flower #AD86E0

Color information

#AD86E0 (or 0xAD86E0) is unknown color: approx Biloba Flower. HEX triplet: AD, 86 and E0. RGB value is (173,134,224). Sum of RGB (Red+Green+Blue) = 173+134+224=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD86E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86E0 is #52791F. Grayscale: #9B9B9B. Windows color (decimal): -5404960 or 14714541. OLE color: 14714541.

HSL color Cylindrical-coordinate representation of color #AD86E0: hue angle of 266º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD86E0 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173134224-
CMYK0.230.4000.12
HSL266º59.21%70.2%-
HSV(B)266º40.18%87.84%-
XYZ39.2131.3274.5-
YUV155.92166.42140.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=32.58%
G=25.24%
B=42.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731342240.230.4000.1226659.2170.2
HexAD86E017280C10a3b46
Octal255206340275001441273106
Binary10101101100001101110000010111101000011001000010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86E0; }

 p { color: rgb(173,134,224); }

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

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

 a { background-color: rgb(173,134,224); }

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

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

 span { border-color: rgb(173,134,224); }

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