#AD8DCF

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

Shades of Biloba Flower #AD8DCF

Tints of Biloba Flower #AD8DCF

Color information

#AD8DCF (or 0xAD8DCF) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and CF. RGB value is (173,141,207). Sum of RGB (Red+Green+Blue) = 173+141+207=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCF is #527230. Grayscale: #9D9D9D. Windows color (decimal): -5403185 or 13602221. OLE color: 13602221.

HSL color Cylindrical-coordinate representation of color #AD8DCF: hue angle of 269.09º degrees, saturation: 0.41, 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 #AD8DCF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173141207-
CMYK0.160.3200.19
HSL269.09º40.74%68.24%-
HSV(B)269.09º31.88%81.18%-
XYZ38.0232.4463.29-
YUV158.09155.6138.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=33.21%
G=27.06%
B=39.73%

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
Decimal1731412070.160.3200.19269.0940.7468.24
HexAD8DCF102001310d2944
Octal255215317204002341551104
Binary101011011000110111001111100001000000100111000011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DCF; }

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

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

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

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

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

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

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

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