#AD98DF

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

Shades of Biloba Flower #AD98DF

Tints of Biloba Flower #AD98DF

Color information

#AD98DF (or 0xAD98DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and DF. RGB value is (173,152,223). Sum of RGB (Red+Green+Blue) = 173+152+223=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98DF is #526720. Grayscale: #A6A6A6. Windows color (decimal): -5400353 or 14653613. OLE color: 14653613.

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

Color convert

RGB173152223-
CMYK0.220.3200.13
HSL257.75º52.59%73.53%-
HSV(B)257.75º31.84%87.45%-
XYZ41.7836.6774.69-
YUV166.37159.96132.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=31.57%
G=27.74%
B=40.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731522230.220.3200.13257.7552.5973.53
HexAD98DF16200D102354a
Octal255230337264001540265112
Binary10101101100110001101111110110100000011011000000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98DF; }

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

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

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

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

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

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

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

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