#AD8CDA

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

Shades of Biloba Flower #AD8CDA

Tints of Biloba Flower #AD8CDA

Color information

#AD8CDA (or 0xAD8CDA) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and DA. RGB value is (173,140,218). Sum of RGB (Red+Green+Blue) = 173+140+218=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDA is #527325. Grayscale: #9E9E9E. Windows color (decimal): -5403430 or 14322861. OLE color: 14322861.

HSL color Cylindrical-coordinate representation of color #AD8CDA: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8CDA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173140218-
CMYK0.210.3600.15
HSL265.38º51.32%70.2%-
HSV(B)265.38º35.78%85.49%-
XYZ39.2732.770.57-
YUV158.76161.43138.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=32.58%
G=26.37%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731402180.210.3600.15265.3851.3270.2
HexAD8CDA15240F1093346
Octal255214332254401741163106
Binary10101101100011001101101010101100100011111000010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CDA; }

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

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

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

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

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

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

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

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