#AD9DF1

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

Shades of Biloba Flower #AD9DF1

Tints of Biloba Flower #AD9DF1

Color information

#AD9DF1 (or 0xAD9DF1) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and F1. RGB value is (173,157,241). Sum of RGB (Red+Green+Blue) = 173+157+241=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD9DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF1 is #52620E. Grayscale: #ABABAB. Windows color (decimal): -5399055 or 15834541. OLE color: 15834541.

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

Color convert

RGB173157241-
CMYK0.280.3500.05
HSL251.43º75%78.04%-
HSV(B)251.43º34.85%94.51%-
XYZ45.1739.3588.43-
YUV171.36167.3129.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=30.30%
G=27.50%
B=42.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731572410.280.3500.05251.437578.04
HexAD9DF11C2305fb4b4e
Octal255235361344305373113116
Binary1010110110011101111100011110010001101011111101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DF1; }

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

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

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

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

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

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

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

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