#AD99F8

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

Shades of Biloba Flower #AD99F8

Tints of Biloba Flower #AD99F8

Color information

#AD99F8 (or 0xAD99F8) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and F8. RGB value is (173,153,248). Sum of RGB (Red+Green+Blue) = 173+153+248=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD99F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F8 is #526607. Grayscale: #A9A9A9. Windows color (decimal): -5400072 or 16292269. OLE color: 16292269.

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

Color convert

RGB173153248-
CMYK0.300.3800.03
HSL252.63º87.16%78.63%-
HSV(B)252.63º38.31%97.25%-
XYZ45.5738.4493.83-
YUV169.81172.13130.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 248 (97.27% from 255) = 43.21%
R=30.14%
G=26.66%
B=43.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731532480.300.3800.03252.6387.1678.63
HexAD99F81E2603fd574f
Octal255231370364603375127117
Binary101011011001100111111000111101001100111111110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99F8; }

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

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

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

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

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

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

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

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