#AD9ECA

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

Shades of Biloba Flower #AD9ECA

Tints of Biloba Flower #AD9ECA

Color information

#AD9ECA (or 0xAD9ECA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and CA. RGB value is (173,158,202). Sum of RGB (Red+Green+Blue) = 173+158+202=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ECA is #526135. Grayscale: #A7A7A7. Windows color (decimal): -5398838 or 13278893. OLE color: 13278893.

HSL color Cylindrical-coordinate representation of color #AD9ECA: hue angle of 260.45º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9ECA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173158202-
CMYK0.140.2200.21
HSL260.45º29.33%70.59%-
HSV(B)260.45º21.78%79.22%-
XYZ40.1237.661.02-
YUV167.5147.47131.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=32.46%
G=29.64%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731582020.140.2200.21260.4529.3370.59
HexAD9ECAE160151041d47
Octal255236312162602540435107
Binary101011011001111011001010111010110010101100000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ECA; }

 p { color: rgb(173,158,202); }

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

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

 a { background-color: rgb(173,158,202); }

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

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

 span { border-color: rgb(173,158,202); }

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