#AD96C5

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

Shades of Biloba Flower #AD96C5

Tints of Biloba Flower #AD96C5

Color information

#AD96C5 (or 0xAD96C5) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and C5. RGB value is (173,150,197). Sum of RGB (Red+Green+Blue) = 173+150+197=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C5 is #52693A. Grayscale: #A2A2A2. Windows color (decimal): -5400891 or 12949165. OLE color: 12949165.

HSL color Cylindrical-coordinate representation of color #AD96C5: hue angle of 269.36º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD96C5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173150197-
CMYK0.120.2400.23
HSL269.36º28.83%68.04%-
HSV(B)269.36º23.86%77.25%-
XYZ38.2234.7357.51-
YUV162.23147.62135.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=33.27%
G=28.85%
B=37.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731501970.120.2400.23269.3628.8368.04
HexAD96C5C1801710d1d44
Octal255226305143002741535104
Binary101011011001011011000101110011000010111100001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96C5; }

 p { color: rgb(173,150,197); }

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

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

 a { background-color: rgb(173,150,197); }

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

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

 span { border-color: rgb(173,150,197); }

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