#AD97DE

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

Shades of Biloba Flower #AD97DE

Tints of Biloba Flower #AD97DE

Color information

#AD97DE (or 0xAD97DE) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and DE. RGB value is (173,151,222). Sum of RGB (Red+Green+Blue) = 173+151+222=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97DE is #526821. Grayscale: #A5A5A5. Windows color (decimal): -5400610 or 14587821. OLE color: 14587821.

HSL color Cylindrical-coordinate representation of color #AD97DE: hue angle of 258.59º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD97DE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173151222-
CMYK0.220.3200.13
HSL258.59º51.82%73.14%-
HSV(B)258.59º31.98%87.06%-
XYZ41.4936.2973.93-
YUV165.67159.79133.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=31.68%
G=27.66%
B=40.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731512220.220.3200.13258.5951.8273.14
HexAD97DE16200D1033449
Octal255227336264001540364111
Binary10101101100101111101111010110100000011011000000111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97DE; }

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

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

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

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

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

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

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

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