#AD8DDD

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

Shades of Biloba Flower #AD8DDD

Tints of Biloba Flower #AD8DDD

Color information

#AD8DDD (or 0xAD8DDD) is unknown color: approx Biloba Flower. HEX triplet: AD, 8D and DD. RGB value is (173,141,221). Sum of RGB (Red+Green+Blue) = 173+141+221=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DDD is #527222. Grayscale: #9F9F9F. Windows color (decimal): -5403171 or 14519725. OLE color: 14519725.

HSL color Cylindrical-coordinate representation of color #AD8DDD: hue angle of 264º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8DDD is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173141221-
CMYK0.220.3600.13
HSL264º54.05%70.98%-
HSV(B)264º36.2%86.67%-
XYZ39.8133.1572.71-
YUV159.69162.6137.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=32.34%
G=26.36%
B=41.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731412210.220.3600.1326454.0570.98
HexAD8DDD16240D1083647
Octal255215335264401541066107
Binary10101101100011011101110110110100100011011000010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DDD; }

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

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

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

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

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

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

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

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