#AD97C8

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

Shades of Biloba Flower #AD97C8

Tints of Biloba Flower #AD97C8

Color information

#AD97C8 (or 0xAD97C8) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and C8. RGB value is (173,151,200). Sum of RGB (Red+Green+Blue) = 173+151+200=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD97C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C8 is #526837. Grayscale: #A2A2A2. Windows color (decimal): -5400632 or 13146029. OLE color: 13146029.

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

Color convert

RGB173151200-
CMYK0.140.2400.22
HSL266.94º30.82%68.82%-
HSV(B)266.94º24.5%78.43%-
XYZ38.7335.1959.39-
YUV163.16148.79135.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=33.02%
G=28.82%
B=38.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731512000.140.2400.22266.9430.8268.82
HexAD97C8E1801610b1f45
Octal255227310163002641337105
Binary101011011001011111001000111011000010110100001011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97C8; }

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

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

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

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

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

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

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

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