#AD8DCE

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

Shades of Biloba Flower #AD8DCE

Tints of Biloba Flower #AD8DCE

Color information

#AD8DCE (or 0xAD8DCE) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and CE. RGB value is (173,141,206). Sum of RGB (Red+Green+Blue) = 173+141+206=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCE is #527231. Grayscale: #9D9D9D. Windows color (decimal): -5403186 or 13536685. OLE color: 13536685.

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

Color convert

RGB173141206-
CMYK0.160.3200.19
HSL269.54º39.88%68.04%-
HSV(B)269.54º31.55%80.78%-
XYZ37.932.3962.65-
YUV157.98155.1138.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=33.27%
G=27.12%
B=39.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731412060.160.3200.19269.5439.8868.04
HexAD8DCE102001310e2844
Octal255215316204002341650104
Binary101011011000110111001110100001000000100111000011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCE; }

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

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

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

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

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

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

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

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