#AD9DDC

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

Shades of Biloba Flower #AD9DDC

Tints of Biloba Flower #AD9DDC

Color information

#AD9DDC (or 0xAD9DDC) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and DC. RGB value is (173,157,220). Sum of RGB (Red+Green+Blue) = 173+157+220=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDC is #526223. Grayscale: #A8A8A8. Windows color (decimal): -5399076 or 14458285. OLE color: 14458285.

HSL color Cylindrical-coordinate representation of color #AD9DDC: hue angle of 255.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9DDC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173157220-
CMYK0.210.2900.14
HSL255.24º47.37%73.92%-
HSV(B)255.24º28.64%86.27%-
XYZ42.2138.1772.85-
YUV168.97156.8130.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 40%
R=31.45%
G=28.55%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731572200.210.2900.14255.2447.3773.92
HexAD9DDC151D0Eff2f4a
Octal255235334253501637757112
Binary101011011001110111011100101011110101110111111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DDC; }

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

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

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

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

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

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

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

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