#AD8DF1

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

Shades of Biloba Flower #AD8DF1

Tints of Biloba Flower #AD8DF1

Color information

#AD8DF1 (or 0xAD8DF1) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and F1. RGB value is (173,141,241). Sum of RGB (Red+Green+Blue) = 173+141+241=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF1 is #52720E. Grayscale: #A1A1A1. Windows color (decimal): -5403151 or 15830445. OLE color: 15830445.

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

Color convert

RGB173141241-
CMYK0.280.4100.05
HSL259.2º78.12%74.9%-
HSV(B)259.2º41.49%94.51%-
XYZ42.6434.2887.59-
YUV161.97172.6135.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=31.17%
G=25.41%
B=43.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731412410.280.4100.05259.278.1274.9
HexAD8DF11C29051034e4b
Octal255215361345105403116113
Binary10101101100011011111000111100101001010110000001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DF1; }

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

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

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

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

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

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

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

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