#AD97FA

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

Shades of Biloba Flower #AD97FA

Tints of Biloba Flower #AD97FA

Color information

#AD97FA (or 0xAD97FA) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and FA. RGB value is (173,151,250). Sum of RGB (Red+Green+Blue) = 173+151+250=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD97FA is #526805. Grayscale: #A8A8A8. Windows color (decimal): -5400582 or 16422829. OLE color: 16422829.

HSL color Cylindrical-coordinate representation of color #AD97FA: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD97FA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173151250-
CMYK0.310.4000.02
HSL253.33º90.83%78.63%-
HSV(B)253.33º39.6%98.04%-
XYZ45.5637.9295.36-
YUV168.86173.79130.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=30.14%
G=26.31%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731512500.310.4000.02253.3390.8378.63
HexAD97FA1F2802fd5b4f
Octal255227372375002375133117
Binary101011011001011111111010111111010000101111110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97FA; }

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

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

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

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

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

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

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

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