#AD89F3

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

Shades of Biloba Flower #AD89F3

Tints of Biloba Flower #AD89F3

Color information

#AD89F3 (or 0xAD89F3) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and F3. RGB value is (173,137,243). Sum of RGB (Red+Green+Blue) = 173+137+243=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD89F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89F3 is #52760C. Grayscale: #9F9F9F. Windows color (decimal): -5404173 or 15960493. OLE color: 15960493.

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

Color convert

RGB173137243-
CMYK0.290.4400.05
HSL260.38º81.54%74.51%-
HSV(B)260.38º43.62%95.29%-
XYZ42.3633.2588.98-
YUV159.85174.93137.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=31.28%
G=24.77%
B=43.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731372430.290.4400.05260.3881.5474.51
HexAD89F31D2C05104524b
Octal255211363355405404122113
Binary10101101100010011111001111101101100010110000010010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89F3; }

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

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

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

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

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

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

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

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