#AD98D7

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

Shades of Biloba Flower #AD98D7

Tints of Biloba Flower #AD98D7

Color information

#AD98D7 (or 0xAD98D7) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and D7. RGB value is (173,152,215). Sum of RGB (Red+Green+Blue) = 173+152+215=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD98D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98D7 is #526728. Grayscale: #A5A5A5. Windows color (decimal): -5400361 or 14129325. OLE color: 14129325.

HSL color Cylindrical-coordinate representation of color #AD98D7: hue angle of 260º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD98D7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173152215-
CMYK0.200.2900.16
HSL260º44.06%71.96%-
HSV(B)260º29.3%84.31%-
XYZ40.7336.2569.14-
YUV165.46155.96133.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=32.04%
G=28.15%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731522150.200.2900.1626044.0671.96
HexAD98D7141D0101042c48
Octal255230327243502040454110
Binary10101101100110001101011110100111010100001000001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98D7; }

 p { color: rgb(173,152,215); }

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

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

 a { background-color: rgb(173,152,215); }

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

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

 span { border-color: rgb(173,152,215); }

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