#AD9DE1

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

Shades of Biloba Flower #AD9DE1

Tints of Biloba Flower #AD9DE1

Color information

#AD9DE1 (or 0xAD9DE1) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and E1. RGB value is (173,157,225). Sum of RGB (Red+Green+Blue) = 173+157+225=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD9DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DE1 is #52621E. Grayscale: #A9A9A9. Windows color (decimal): -5399071 or 14785965. OLE color: 14785965.

HSL color Cylindrical-coordinate representation of color #AD9DE1: hue angle of 254.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9DE1 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173157225-
CMYK0.230.3000.12
HSL254.12º53.12%74.9%-
HSV(B)254.12º30.22%88.24%-
XYZ42.8838.4376.39-
YUV169.54159.3130.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=31.17%
G=28.29%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731572250.230.3000.12254.1253.1274.9
HexAD9DE1171E0Cfe354b
Octal255235341273601437665113
Binary101011011001110111100001101111111001100111111101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DE1; }

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

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

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

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

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

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

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

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