#AD93D8

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

Shades of Biloba Flower #AD93D8

Tints of Biloba Flower #AD93D8

Color information

#AD93D8 (or 0xAD93D8) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and D8. RGB value is (173,147,216). Sum of RGB (Red+Green+Blue) = 173+147+216=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93D8 is #526C27. Grayscale: #A2A2A2. Windows color (decimal): -5401640 or 14193581. OLE color: 14193581.

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

Color convert

RGB173147216-
CMYK0.200.3200.15
HSL262.61º46.94%71.18%-
HSV(B)262.61º31.94%84.71%-
XYZ40.0634.7169.55-
YUV162.64158.11135.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=32.28%
G=27.43%
B=40.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731472160.200.3200.15262.6146.9471.18
HexAD93D814200F1072f47
Octal255223330244001740757107
Binary10101101100100111101100010100100000011111000001111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93D8; }

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

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

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

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

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

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

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

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