#AD97D7

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

Shades of Biloba Flower #AD97D7

Tints of Biloba Flower #AD97D7

Color information

#AD97D7 (or 0xAD97D7) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and D7. RGB value is (173,151,215). Sum of RGB (Red+Green+Blue) = 173+151+215=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD97D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97D7 is #526828. Grayscale: #A4A4A4. Windows color (decimal): -5400617 or 14129069. OLE color: 14129069.

HSL color Cylindrical-coordinate representation of color #AD97D7: hue angle of 260.62º degrees, saturation: 0.44, 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 #AD97D7 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173151215-
CMYK0.200.3000.16
HSL260.62º44.44%71.76%-
HSV(B)260.62º29.77%84.31%-
XYZ40.5735.9269.09-
YUV164.87156.29133.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=32.10%
G=28.01%
B=39.89%

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
Decimal1731512150.200.3000.16260.6244.4471.76
HexAD97D7141E0101052c48
Octal255227327243602040554110
Binary10101101100101111101011110100111100100001000001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97D7; }

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

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

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

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

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

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

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

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