#AD9DE5

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

Shades of Biloba Flower #AD9DE5

Tints of Biloba Flower #AD9DE5

Color information

#AD9DE5 (or 0xAD9DE5) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and E5. RGB value is (173,157,229). Sum of RGB (Red+Green+Blue) = 173+157+229=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD9DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DE5 is #52621A. Grayscale: #A9A9A9. Windows color (decimal): -5399067 or 15048109. OLE color: 15048109.

HSL color Cylindrical-coordinate representation of color #AD9DE5: hue angle of 253.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9DE5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173157229-
CMYK0.240.3100.10
HSL253.33º58.06%75.69%-
HSV(B)253.33º31.44%89.8%-
XYZ43.4338.6679.3-
YUV169.99161.3130.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=30.95%
G=28.09%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731572290.240.3100.10253.3358.0675.69
HexAD9DE5181F0Afd3a4c
Octal255235345303701237572114
Binary101011011001110111100101110001111101010111111011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DE5; }

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

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

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

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

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

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

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

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