#AD97EC

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

Shades of Biloba Flower #AD97EC

Tints of Biloba Flower #AD97EC

Color information

#AD97EC (or 0xAD97EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and EC. RGB value is (173,151,236). Sum of RGB (Red+Green+Blue) = 173+151+236=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD97EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD97EC is #526813. Grayscale: #A6A6A6. Windows color (decimal): -5400596 or 15505325. OLE color: 15505325.

HSL color Cylindrical-coordinate representation of color #AD97EC: hue angle of 255.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD97EC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173151236-
CMYK0.270.3600.07
HSL255.53º69.11%75.88%-
HSV(B)255.53º36.02%92.55%-
XYZ43.4437.0784.22-
YUV167.27166.79132.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=30.89%
G=26.96%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731512360.270.3600.07255.5369.1175.88
HexAD97EC1B2407100454c
Octal255227354334407400105114
Binary10101101100101111110110011011100100011110000000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97EC; }

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

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

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

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

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

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

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

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