#AD97D0

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

Shades of Biloba Flower #AD97D0

Tints of Biloba Flower #AD97D0

Color information

#AD97D0 (or 0xAD97D0) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and D0. RGB value is (173,151,208). Sum of RGB (Red+Green+Blue) = 173+151+208=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97D0 is #52682F. Grayscale: #A3A3A3. Windows color (decimal): -5400624 or 13670317. OLE color: 13670317.

HSL color Cylindrical-coordinate representation of color #AD97D0: hue angle of 263.16º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD97D0 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173151208-
CMYK0.170.2700.18
HSL263.16º37.75%70.39%-
HSV(B)263.16º27.4%81.57%-
XYZ39.6935.5764.45-
YUV164.08152.79134.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=32.52%
G=28.38%
B=39.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731512080.170.2700.18263.1637.7570.39
HexAD97D0111B0121072646
Octal255227320213302240746106
Binary10101101100101111101000010001110110100101000001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97D0; }

 p { color: rgb(173,151,208); }

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

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

 a { background-color: rgb(173,151,208); }

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

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

 span { border-color: rgb(173,151,208); }

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