#AD8DCC

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

Shades of Biloba Flower #AD8DCC

Tints of Biloba Flower #AD8DCC

Color information

#AD8DCC (or 0xAD8DCC) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and CC. RGB value is (173,141,204). Sum of RGB (Red+Green+Blue) = 173+141+204=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCC is #527233. Grayscale: #9D9D9D. Windows color (decimal): -5403188 or 13405613. OLE color: 13405613.

HSL color Cylindrical-coordinate representation of color #AD8DCC: hue angle of 270.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8DCC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173141204-
CMYK0.150.3100.2
HSL270.48º38.18%67.65%-
HSV(B)270.48º30.88%80%-
XYZ37.6632.2961.38-
YUV157.75154.1138.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=33.40%
G=27.22%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731412040.150.3100.2270.4838.1867.65
HexAD8DCCF1F01410e2644
Octal255215314173702441646104
Binary1010110110001101110011001111111110101001000011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCC; }

 p { color: rgb(173,141,204); }

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

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

 a { background-color: rgb(173,141,204); }

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

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

 span { border-color: rgb(173,141,204); }

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