#AD9FF9

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

Shades of Biloba Flower #AD9FF9

Tints of Biloba Flower #AD9FF9

Color information

#AD9FF9 (or 0xAD9FF9) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and F9. RGB value is (173,159,249). Sum of RGB (Red+Green+Blue) = 173+159+249=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD9FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FF9 is #526006. Grayscale: #ADADAD. Windows color (decimal): -5398535 or 16359341. OLE color: 16359341.

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

Color convert

RGB173159249-
CMYK0.310.3600.02
HSL249.33º88.24%80%-
HSV(B)249.33º36.14%97.65%-
XYZ46.7340.5294.98-
YUV173.45170.64127.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=29.78%
G=27.37%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731592490.310.3600.02249.3388.2480
HexAD9FF91F2402f95850
Octal255237371374402371130120
Binary101011011001111111111001111111001000101111100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FF9; }

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

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

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

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

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

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

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

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