#AD96C6

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

Shades of Biloba Flower #AD96C6

Tints of Biloba Flower #AD96C6

Color information

#AD96C6 (or 0xAD96C6) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and C6. RGB value is (173,150,198). Sum of RGB (Red+Green+Blue) = 173+150+198=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C6 is #526939. Grayscale: #A2A2A2. Windows color (decimal): -5400890 or 13014701. OLE color: 13014701.

HSL color Cylindrical-coordinate representation of color #AD96C6: hue angle of 268.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD96C6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173150198-
CMYK0.130.2400.22
HSL268.75º29.63%68.24%-
HSV(B)268.75º24.24%77.65%-
XYZ38.3334.7758.12-
YUV162.35148.12135.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=33.21%
G=28.79%
B=38.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731501980.130.2400.22268.7529.6368.24
HexAD96C6D1801610d1e44
Octal255226306153002641536104
Binary101011011001011011000110110111000010110100001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96C6; }

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

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

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

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

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

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

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

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