#AD94D8

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

Shades of Biloba Flower #AD94D8

Tints of Biloba Flower #AD94D8

Color information

#AD94D8 (or 0xAD94D8) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and D8. RGB value is (173,148,216). Sum of RGB (Red+Green+Blue) = 173+148+216=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD94D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94D8 is #526B27. Grayscale: #A2A2A2. Windows color (decimal): -5401384 or 14193837. OLE color: 14193837.

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

Color convert

RGB173148216-
CMYK0.200.3100.15
HSL262.06º46.58%71.37%-
HSV(B)262.06º31.48%84.71%-
XYZ40.2235.0269.61-
YUV163.23157.78134.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=32.22%
G=27.56%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731482160.200.3100.15262.0646.5871.37
HexAD94D8141F0F1062f47
Octal255224330243701740657107
Binary1010110110010100110110001010011111011111000001101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94D8; }

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

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

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

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

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

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

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

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