#AD9CCF

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

Shades of Biloba Flower #AD9CCF

Tints of Biloba Flower #AD9CCF

Color information

#AD9CCF (or 0xAD9CCF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and CF. RGB value is (173,156,207). Sum of RGB (Red+Green+Blue) = 173+156+207=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCF is #526330. Grayscale: #A6A6A6. Windows color (decimal): -5399345 or 13606061. OLE color: 13606061.

HSL color Cylindrical-coordinate representation of color #AD9CCF: hue angle of 260º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9CCF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173156207-
CMYK0.160.2500.19
HSL260º34.69%71.18%-
HSV(B)260º24.64%81.18%-
XYZ40.3837.1764.08-
YUV166.9150.63132.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=32.28%
G=29.10%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731562070.160.2500.1926034.6971.18
HexAD9CCF10190131042347
Octal255234317203102340443107
Binary10101101100111001100111110000110010100111000001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CCF; }

 p { color: rgb(173,156,207); }

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

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

 a { background-color: rgb(173,156,207); }

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

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

 span { border-color: rgb(173,156,207); }

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