#AD97CA

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

Shades of Biloba Flower #AD97CA

Tints of Biloba Flower #AD97CA

Color information

#AD97CA (or 0xAD97CA) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and CA. RGB value is (173,151,202). Sum of RGB (Red+Green+Blue) = 173+151+202=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97CA is #526835. Grayscale: #A3A3A3. Windows color (decimal): -5400630 or 13277101. OLE color: 13277101.

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

Color convert

RGB173151202-
CMYK0.140.2500.21
HSL265.88º32.48%69.22%-
HSV(B)265.88º25.25%79.22%-
XYZ38.9635.2860.63-
YUV163.39149.79134.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=32.89%
G=28.71%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731512020.140.2500.21265.8832.4869.22
HexAD97CAE1901510a2045
Octal255227312163102541240105
Binary1010110110010111110010101110110010101011000010101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97CA; }

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

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

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

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

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

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

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

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