#AD97F7

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

Shades of Biloba Flower #AD97F7

Tints of Biloba Flower #AD97F7

Color information

#AD97F7 (or 0xAD97F7) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and F7. RGB value is (173,151,247). Sum of RGB (Red+Green+Blue) = 173+151+247=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD97F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD97F7 is #526808. Grayscale: #A8A8A8. Windows color (decimal): -5400585 or 16226221. OLE color: 16226221.

HSL color Cylindrical-coordinate representation of color #AD97F7: hue angle of 253.75º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD97F7 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173151247-
CMYK0.300.3900.03
HSL253.75º85.71%78.04%-
HSV(B)253.75º38.87%96.86%-
XYZ45.0937.7392.9-
YUV168.52172.29131.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=30.30%
G=26.44%
B=43.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731512470.300.3900.03253.7585.7178.04
HexAD97F71E2703fe564e
Octal255227367364703376126116
Binary101011011001011111110111111101001110111111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97F7; }

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

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

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

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

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

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

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

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