#AD9ADE

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

Shades of Biloba Flower #AD9ADE

Tints of Biloba Flower #AD9ADE

Color information

#AD9ADE (or 0xAD9ADE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and DE. RGB value is (173,154,222). Sum of RGB (Red+Green+Blue) = 173+154+222=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADE is #526521. Grayscale: #A7A7A7. Windows color (decimal): -5399842 or 14588589. OLE color: 14588589.

HSL color Cylindrical-coordinate representation of color #AD9ADE: hue angle of 256.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9ADE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173154222-
CMYK0.220.3100.13
HSL256.76º50.75%73.73%-
HSV(B)256.76º30.63%87.06%-
XYZ41.9737.2774.09-
YUV167.43158.79131.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=31.51%
G=28.05%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731542220.220.3100.13256.7650.7573.73
HexAD9ADE161F0D101334a
Octal255232336263701540163112
Binary1010110110011010110111101011011111011011000000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ADE; }

 p { color: rgb(173,154,222); }

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

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

 a { background-color: rgb(173,154,222); }

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

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

 span { border-color: rgb(173,154,222); }

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