#AD8EDD

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

Shades of Biloba Flower #AD8EDD

Tints of Biloba Flower #AD8EDD

Color information

#AD8EDD (or 0xAD8EDD) is unknown color: approx Biloba Flower. HEX triplet: AD, 8E and DD. RGB value is (173,142,221). Sum of RGB (Red+Green+Blue) = 173+142+221=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EDD is #527122. Grayscale: #9F9F9F. Windows color (decimal): -5402915 or 14519981. OLE color: 14519981.

HSL color Cylindrical-coordinate representation of color #AD8EDD: hue angle of 263.54º 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 #AD8EDD is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173142221-
CMYK0.220.3600.13
HSL263.54º53.74%71.18%-
HSV(B)263.54º35.75%86.67%-
XYZ39.9633.4572.76-
YUV160.27162.27137.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=32.28%
G=26.49%
B=41.23%

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
Decimal1731422210.220.3600.13263.5453.7471.18
HexAD8EDD16240D1083647
Octal255216335264401541066107
Binary10101101100011101101110110110100100011011000010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8EDD; }

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

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

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

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

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

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

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

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