#AD9DE9

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

Shades of Biloba Flower #AD9DE9

Tints of Biloba Flower #AD9DE9

Color information

#AD9DE9 (or 0xAD9DE9) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and E9. RGB value is (173,157,233). Sum of RGB (Red+Green+Blue) = 173+157+233=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD9DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DE9 is #526216. Grayscale: #AAAAAA. Windows color (decimal): -5399063 or 15310253. OLE color: 15310253.

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

Color convert

RGB173157233-
CMYK0.260.3300.09
HSL252.63º63.33%76.47%-
HSV(B)252.63º32.62%91.37%-
XYZ4438.8882.28-
YUV170.45163.3129.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=30.73%
G=27.89%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731572330.260.3300.09252.6363.3376.47
HexAD9DE91A2109fd3f4c
Octal255235351324101137577114
Binary1010110110011101111010011101010000101001111111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DE9; }

 p { color: rgb(173,157,233); }

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

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

 a { background-color: rgb(173,157,233); }

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

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

 span { border-color: rgb(173,157,233); }

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