#AD97E5

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

Shades of Biloba Flower #AD97E5

Tints of Biloba Flower #AD97E5

Color information

#AD97E5 (or 0xAD97E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and E5. RGB value is (173,151,229). Sum of RGB (Red+Green+Blue) = 173+151+229=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97E5 is #52681A. Grayscale: #A6A6A6. Windows color (decimal): -5400603 or 15046573. OLE color: 15046573.

HSL color Cylindrical-coordinate representation of color #AD97E5: hue angle of 256.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD97E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173151229-
CMYK0.240.3400.10
HSL256.92º60%74.51%-
HSV(B)256.92º34.06%89.8%-
XYZ42.4436.6778.97-
YUV166.47163.29132.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=31.28%
G=27.31%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731512290.240.3400.10256.926074.51
HexAD97E518220A1013c4b
Octal255227345304201240174113
Binary10101101100101111110010111000100010010101000000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97E5; }

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

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

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

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

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

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

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

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