#AD99FA

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

Shades of Biloba Flower #AD99FA

Tints of Biloba Flower #AD99FA

Color information

#AD99FA (or 0xAD99FA) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and FA. RGB value is (173,153,250). Sum of RGB (Red+Green+Blue) = 173+153+250=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99FA is #526605. Grayscale: #A9A9A9. Windows color (decimal): -5400070 or 16423341. OLE color: 16423341.

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

Color convert

RGB173153250-
CMYK0.310.3900.02
HSL252.37º90.65%79.02%-
HSV(B)252.37º38.8%98.04%-
XYZ45.8838.5795.47-
YUV170.04173.13130.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=30.03%
G=26.56%
B=43.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731532500.310.3900.02252.3790.6579.02
HexAD99FA1F2702fc5b4f
Octal255231372374702374133117
Binary101011011001100111111010111111001110101111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99FA; }

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

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

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

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

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

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

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

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