#AD8CDE

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

Shades of Biloba Flower #AD8CDE

Tints of Biloba Flower #AD8CDE

Color information

#AD8CDE (or 0xAD8CDE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and DE. RGB value is (173,140,222). Sum of RGB (Red+Green+Blue) = 173+140+222=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDE is #527321. Grayscale: #9E9E9E. Windows color (decimal): -5403426 or 14585005. OLE color: 14585005.

HSL color Cylindrical-coordinate representation of color #AD8CDE: hue angle of 264.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8CDE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173140222-
CMYK0.220.3700.13
HSL264.15º55.41%70.98%-
HSV(B)264.15º36.94%87.06%-
XYZ39.832.9173.36-
YUV159.21163.43137.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=32.34%
G=26.17%
B=41.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731402220.220.3700.13264.1555.4170.98
HexAD8CDE16250D1083747
Octal255214336264501541067107
Binary10101101100011001101111010110100101011011000010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CDE; }

 p { color: rgb(173,140,222); }

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

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

 a { background-color: rgb(173,140,222); }

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

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

 span { border-color: rgb(173,140,222); }

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