#AD9DFF

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

Shades of Biloba Flower #AD9DFF

Tints of Biloba Flower #AD9DFF

Color information

#AD9DFF (or 0xAD9DFF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and FF. RGB value is (173,157,255). Sum of RGB (Red+Green+Blue) = 173+157+255=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DFF is #526200. Grayscale: #ACACAC. Windows color (decimal): -5399041 or 16752045. OLE color: 16752045.

HSL color Cylindrical-coordinate representation of color #AD9DFF: hue angle of 249.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9DFF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173157255-
CMYK0.320.3800
HSL249.8º100%80.78%-
HSV(B)249.8º38.43%100%-
XYZ47.3440.2299.88-
YUV172.96174.3128.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 255 (100% from 255) = 43.59%
R=29.57%
G=26.84%
B=43.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731572550.320.3800249.810080.78
HexAD9DFF202600fa6451
Octal255235377404600372144121
Binary101011011001110111111111100000100110001111101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DFF; }

 p { color: rgb(173,157,255); }

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

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

 a { background-color: rgb(173,157,255); }

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

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

 span { border-color: rgb(173,157,255); }

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