#AD93D7

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

Shades of Biloba Flower #AD93D7

Tints of Biloba Flower #AD93D7

Color information

#AD93D7 (or 0xAD93D7) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and D7. RGB value is (173,147,215). Sum of RGB (Red+Green+Blue) = 173+147+215=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD93D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93D7 is #526C28. Grayscale: #A2A2A2. Windows color (decimal): -5401641 or 14128045. OLE color: 14128045.

HSL color Cylindrical-coordinate representation of color #AD93D7: hue angle of 262.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD93D7 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173147215-
CMYK0.200.3200.16
HSL262.94º45.95%70.98%-
HSV(B)262.94º31.63%84.31%-
XYZ39.9334.6668.87-
YUV162.53157.61135.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=32.34%
G=27.48%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731472150.200.3200.16262.9445.9570.98
HexAD93D714200101072e47
Octal255223327244002040756107
Binary101011011001001111010111101001000000100001000001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93D7; }

 p { color: rgb(173,147,215); }

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

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

 a { background-color: rgb(173,147,215); }

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

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

 span { border-color: rgb(173,147,215); }

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