#AD9FCB

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

Shades of Biloba Flower #AD9FCB

Tints of Biloba Flower #AD9FCB

Color information

#AD9FCB (or 0xAD9FCB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and CB. RGB value is (173,159,203). Sum of RGB (Red+Green+Blue) = 173+159+203=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FCB is #526034. Grayscale: #A8A8A8. Windows color (decimal): -5398581 or 13344685. OLE color: 13344685.

HSL color Cylindrical-coordinate representation of color #AD9FCB: hue angle of 259.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9FCB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173159203-
CMYK0.150.2200.20
HSL259.09º29.73%70.98%-
HSV(B)259.09º21.67%79.61%-
XYZ40.4137.9961.7-
YUV168.2147.64131.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=32.34%
G=29.72%
B=37.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731592030.150.2200.20259.0929.7370.98
HexAD9FCBF160141031e47
Octal255237313172602440336107
Binary101011011001111111001011111110110010100100000011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FCB; }

 p { color: rgb(173,159,203); }

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

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

 a { background-color: rgb(173,159,203); }

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

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

 span { border-color: rgb(173,159,203); }

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