#AD98C9

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

Shades of Biloba Flower #AD98C9

Tints of Biloba Flower #AD98C9

Color information

#AD98C9 (or 0xAD98C9) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and C9. RGB value is (173,152,201). Sum of RGB (Red+Green+Blue) = 173+152+201=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD98C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C9 is #526736. Grayscale: #A3A3A3. Windows color (decimal): -5400375 or 13211821. OLE color: 13211821.

HSL color Cylindrical-coordinate representation of color #AD98C9: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD98C9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173152201-
CMYK0.140.2400.21
HSL265.71º31.21%69.22%-
HSV(B)265.71º24.38%78.82%-
XYZ3935.5660.07-
YUV163.86148.96134.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=32.89%
G=28.90%
B=38.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731522010.140.2400.21265.7131.2169.22
HexAD98C9E1801510a1f45
Octal255230311163002541237105
Binary101011011001100011001001111011000010101100001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98C9; }

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

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

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

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

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

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

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

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