#AD99F3

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

Shades of Biloba Flower #AD99F3

Tints of Biloba Flower #AD99F3

Color information

#AD99F3 (or 0xAD99F3) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and F3. RGB value is (173,153,243). Sum of RGB (Red+Green+Blue) = 173+153+243=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD99F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F3 is #52660C. Grayscale: #A8A8A8. Windows color (decimal): -5400077 or 15964589. OLE color: 15964589.

HSL color Cylindrical-coordinate representation of color #AD99F3: hue angle of 253.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD99F3 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173153243-
CMYK0.290.3700.05
HSL253.33º78.95%77.65%-
HSV(B)253.33º37.04%95.29%-
XYZ44.838.1489.79-
YUV169.24169.63130.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=30.40%
G=26.89%
B=42.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731532430.290.3700.05253.3378.9577.65
HexAD99F31D2505fd4f4e
Octal255231363354505375117116
Binary1010110110011001111100111110110010101011111110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99F3; }

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

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

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

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

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

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

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

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