#AD9CEA

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

Shades of Biloba Flower #AD9CEA

Tints of Biloba Flower #AD9CEA

Color information

#AD9CEA (or 0xAD9CEA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and EA. RGB value is (173,156,234). Sum of RGB (Red+Green+Blue) = 173+156+234=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CEA is #526315. Grayscale: #A9A9A9. Windows color (decimal): -5399318 or 15375533. OLE color: 15375533.

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

Color convert

RGB173156234-
CMYK0.260.3300.08
HSL253.08º65%76.47%-
HSV(B)253.08º33.33%91.76%-
XYZ43.9738.682.98-
YUV169.97164.13130.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=30.73%
G=27.71%
B=41.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731562340.260.3300.08253.086576.47
HexAD9CEA1A2108fd414c
Octal2552343523241010375101114
Binary10101101100111001110101011010100001010001111110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CEA; }

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

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

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

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

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

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

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

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