#AD99F9

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

Shades of Biloba Flower #AD99F9

Tints of Biloba Flower #AD99F9

Color information

#AD99F9 (or 0xAD99F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and F9. RGB value is (173,153,249). Sum of RGB (Red+Green+Blue) = 173+153+249=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD99F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F9 is #526606. Grayscale: #A9A9A9. Windows color (decimal): -5400071 or 16357805. OLE color: 16357805.

HSL color Cylindrical-coordinate representation of color #AD99F9: hue angle of 252.5º degrees, saturation: 0.89, 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 #AD99F9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173153249-
CMYK0.310.3900.02
HSL252.5º88.89%78.82%-
HSV(B)252.5º38.55%97.65%-
XYZ45.7238.5194.65-
YUV169.92172.63130.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=30.09%
G=26.61%
B=43.30%

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
Decimal1731532490.310.3900.02252.588.8978.82
HexAD99F91F2702fc594f
Octal255231371374702374131117
Binary101011011001100111111001111111001110101111110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99F9; }

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

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

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

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

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

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

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

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