#AD8CDD

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

Shades of Biloba Flower #AD8CDD

Tints of Biloba Flower #AD8CDD

Color information

#AD8CDD (or 0xAD8CDD) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and DD. RGB value is (173,140,221). Sum of RGB (Red+Green+Blue) = 173+140+221=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDD is #527322. Grayscale: #9E9E9E. Windows color (decimal): -5403427 or 14519469. OLE color: 14519469.

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

Color convert

RGB173140221-
CMYK0.220.3700.13
HSL264.44º54.36%70.78%-
HSV(B)264.44º36.65%86.67%-
XYZ39.6632.8672.66-
YUV159.1162.93137.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=32.40%
G=26.22%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731402210.220.3700.13264.4454.3670.78
HexAD8CDD16250D1083647
Octal255214335264501541066107
Binary10101101100011001101110110110100101011011000010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CDD; }

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

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

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

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

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

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

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

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