#AD99F1

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

Shades of Biloba Flower #AD99F1

Tints of Biloba Flower #AD99F1

Color information

#AD99F1 (or 0xAD99F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and F1. RGB value is (173,153,241). Sum of RGB (Red+Green+Blue) = 173+153+241=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD99F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F1 is #52660E. Grayscale: #A8A8A8. Windows color (decimal): -5400079 or 15833517. OLE color: 15833517.

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

Color convert

RGB173153241-
CMYK0.280.3700.05
HSL253.64º75.86%77.25%-
HSV(B)253.64º36.51%94.51%-
XYZ44.538.0288.21-
YUV169.01168.63130.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=30.51%
G=26.98%
B=42.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731532410.280.3700.05253.6475.8677.25
HexAD99F11C2505fe4c4d
Octal255231361344505376114115
Binary1010110110011001111100011110010010101011111111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99F1; }

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

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

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

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

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

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

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

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