#AD9CD1

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

Shades of Biloba Flower #AD9CD1

Tints of Biloba Flower #AD9CD1

Color information

#AD9CD1 (or 0xAD9CD1) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and D1. RGB value is (173,156,209). Sum of RGB (Red+Green+Blue) = 173+156+209=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD9CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CD1 is #52632E. Grayscale: #A6A6A6. Windows color (decimal): -5399343 or 13737133. OLE color: 13737133.

HSL color Cylindrical-coordinate representation of color #AD9CD1: hue angle of 259.25º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9CD1 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173156209-
CMYK0.170.2500.18
HSL259.25º36.55%71.57%-
HSV(B)259.25º25.36%81.96%-
XYZ40.6337.2665.37-
YUV167.12151.63132.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=32.16%
G=29.00%
B=38.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731562090.170.2500.18259.2536.5571.57
HexAD9CD111190121032548
Octal255234321213102240345110
Binary10101101100111001101000110001110010100101000000111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CD1; }

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

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

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

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

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

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

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

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