#AD97CD

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

Shades of Biloba Flower #AD97CD

Tints of Biloba Flower #AD97CD

Color information

#AD97CD (or 0xAD97CD) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and CD. RGB value is (173,151,205). Sum of RGB (Red+Green+Blue) = 173+151+205=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97CD is #526832. Grayscale: #A3A3A3. Windows color (decimal): -5400627 or 13473709. OLE color: 13473709.

HSL color Cylindrical-coordinate representation of color #AD97CD: hue angle of 264.44º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD97CD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173151205-
CMYK0.160.2600.20
HSL264.44º35.06%69.8%-
HSV(B)264.44º26.34%80.39%-
XYZ39.3235.4362.52-
YUV163.73151.29134.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=32.70%
G=28.54%
B=38.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731512050.160.2600.20264.4435.0669.8
HexAD97CD101A0141082346
Octal255227315203202441043106
Binary10101101100101111100110110000110100101001000010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97CD; }

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

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

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

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

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

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

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

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