#AD96D7

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

Shades of Biloba Flower #AD96D7

Tints of Biloba Flower #AD96D7

Color information

#AD96D7 (or 0xAD96D7) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and D7. RGB value is (173,150,215). Sum of RGB (Red+Green+Blue) = 173+150+215=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D7 is #526928. Grayscale: #A4A4A4. Windows color (decimal): -5400873 or 14128813. OLE color: 14128813.

HSL color Cylindrical-coordinate representation of color #AD96D7: hue angle of 261.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD96D7 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173150215-
CMYK0.200.3000.16
HSL261.23º44.83%71.57%-
HSV(B)261.23º30.23%84.31%-
XYZ40.4135.669.03-
YUV164.29156.62134.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=32.16%
G=27.88%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731502150.200.3000.16261.2344.8371.57
HexAD96D7141E0101052d48
Octal255226327243602040555110
Binary10101101100101101101011110100111100100001000001011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96D7; }

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

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

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

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

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

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

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

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