#AD8CF3

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

Shades of Biloba Flower #AD8CF3

Tints of Biloba Flower #AD8CF3

Color information

#AD8CF3 (or 0xAD8CF3) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and F3. RGB value is (173,140,243). Sum of RGB (Red+Green+Blue) = 173+140+243=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD8CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF3 is #52730C. Grayscale: #A1A1A1. Windows color (decimal): -5403405 or 15961261. OLE color: 15961261.

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

Color convert

RGB173140243-
CMYK0.290.4200.05
HSL259.22º81.1%75.1%-
HSV(B)259.22º42.39%95.29%-
XYZ42.7934.1189.12-
YUV161.61173.93136.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 243 (95.31% from 255) = 43.71%
R=31.12%
G=25.18%
B=43.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731402430.290.4200.05259.2281.175.1
HexAD8CF31D2A05103514b
Octal255214363355205403121113
Binary10101101100011001111001111101101010010110000001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CF3; }

 p { color: rgb(173,140,243); }

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

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

 a { background-color: rgb(173,140,243); }

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

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

 span { border-color: rgb(173,140,243); }

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