#AD89DF

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

Shades of Biloba Flower #AD89DF

Tints of Biloba Flower #AD89DF

Color information

#AD89DF (or 0xAD89DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and DF. RGB value is (173,137,223). Sum of RGB (Red+Green+Blue) = 173+137+223=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89DF is #527620. Grayscale: #9D9D9D. Windows color (decimal): -5404193 or 14649773. OLE color: 14649773.

HSL color Cylindrical-coordinate representation of color #AD89DF: hue angle of 265.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD89DF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173137223-
CMYK0.220.3900.13
HSL265.12º57.33%70.59%-
HSV(B)265.12º38.57%87.45%-
XYZ39.532.173.93-
YUV157.57164.93139.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=32.46%
G=25.70%
B=41.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731372230.220.3900.13265.1257.3370.59
HexAD89DF16270D1093947
Octal255211337264701541171107
Binary10101101100010011101111110110100111011011000010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89DF; }

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

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

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

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

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

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

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

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